Basic Dungeon generation implementation
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user