Title screen rotating crystal

This commit is contained in:
Marco 2025-03-14 10:16:40 +01:00
commit 9ae79d54bb
10 changed files with 406 additions and 1 deletions

View file

@ -0,0 +1,9 @@
using Godot;
using System;
public partial class AnimatedTexture : TextureRect
{
[Export] public int Rows { get; private set; } = 1;
[Export] public int Columns { get; private set; } = 2;
[Export] public int Fps { get; private set; } = 30;
}

View file

@ -0,0 +1 @@
uid://dspx5xead3kv3