Clean up merge

This commit is contained in:
2024-09-18 16:57:28 -07:00
parent 7bd374161f
commit 0edaa65682
6 changed files with 0 additions and 92 deletions

View File

@@ -57,9 +57,6 @@ public partial class Game : Node3D, IGame
[Node] public InGameAudio InGameAudio { get; set; } = default!;
#endregion
public const string SECOND_FLOOR_PATH = "res://src/map/dungeon/floors/SecondFloor.tscn";
public const string THIRD_FLOOR_PATH = "res://src/map/dungeon/floors/ThirdFloor.tscn";
public void Setup()
{
GameRepo = new GameRepo();