A lot of UI work....
opening slash animation main menu load first level
This commit is contained in:
8
Scripts/Main.cs
Normal file
8
Scripts/Main.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
using Godot.Collections;
|
||||
|
||||
public partial class Main : Node
|
||||
{
|
||||
[Export]
|
||||
public Array<PackedScene> Levels;
|
||||
}
|
||||
Reference in New Issue
Block a user