Files
GameJam2023/Scripts/Main.cs
Zenny 11a2554697 A lot of UI work....
opening slash animation
main menu
load first level
2023-09-02 15:50:21 -07:00

9 lines
125 B
C#

using Godot;
using Godot.Collections;
public partial class Main : Node
{
[Export]
public Array<PackedScene> Levels;
}