Basic Dungeon generation implementation

This commit is contained in:
2024-08-22 22:09:58 -07:00
parent 23ecd3a866
commit 8b3d1bed8a
16 changed files with 382 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ using System.Reflection;
// If you want to edit your game's main entry-point, please see Game.tscn and
// Game.cs instead.
public partial class Main : Node2D
public partial class Main : Node
{
public override void _Ready()