A lot of UI work....

opening slash animation
main menu
load first level
This commit is contained in:
2023-09-02 15:50:21 -07:00
parent c3d19b8e0d
commit 11a2554697
11 changed files with 465 additions and 2 deletions

8
Scripts/Main.cs Normal file
View File

@@ -0,0 +1,8 @@
using Godot;
using Godot.Collections;
public partial class Main : Node
{
[Export]
public Array<PackedScene> Levels;
}