Cleaned up project with better structure.

This commit is contained in:
2026-05-09 11:29:48 +02:00
parent 1ad3454f6a
commit 6708aa277f
95 changed files with 711 additions and 700 deletions
+14
View File
@@ -0,0 +1,14 @@
using Godot;
public partial class MainMenu : Control
{
public void OnPlayPressed()
{
GetTree().ChangeSceneToFile("res://Scenes/Game.tscn");
}
public void OnQuitPressed()
{
GetTree().Quit();
}
}
+1
View File
@@ -0,0 +1 @@
uid://dda0bhhqspbr0