Make basic overworld and teleport to first dungeon floor

This commit is contained in:
2024-09-07 03:31:42 -07:00
parent 98d096303c
commit 3665150342
10 changed files with 141 additions and 102 deletions

View File

@@ -28,6 +28,9 @@ public partial class Game : Node3D, IGame
[Node] public NavigationRegion3D NavigationRegion { get; set; } = default!;
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();