Make basic overworld and teleport to first dungeon floor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user