mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-06 21:15:54 +00:00
Title screen rotating crystal
This commit is contained in:
parent
d25696425b
commit
9ae79d54bb
10 changed files with 406 additions and 1 deletions
9
Scripts/UI/AnimatedTexture.cs
Normal file
9
Scripts/UI/AnimatedTexture.cs
Normal 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;
|
||||
}
|
||||
1
Scripts/UI/AnimatedTexture.cs.uid
Normal file
1
Scripts/UI/AnimatedTexture.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://dspx5xead3kv3
|
||||
Loading…
Add table
Add a link
Reference in a new issue