Speeeeeed up
This commit is contained in:
@@ -97,7 +97,7 @@ public partial class Game : Node3D, IGame
|
||||
},
|
||||
MapData = new MapData()
|
||||
{
|
||||
FloorScenes = _map.FloorScenes
|
||||
FloorScenes = []
|
||||
},
|
||||
RescuedItems = new RescuedItemDatabase()
|
||||
{
|
||||
@@ -251,7 +251,6 @@ public partial class Game : Node3D, IGame
|
||||
GameRepo.Resume();
|
||||
InGameUI.Show();
|
||||
InGameUI.PlayerInfoUI.Activate();
|
||||
_player.TeleportPlayer(_map.CurrentFloor.GetPlayerSpawnPoint());
|
||||
_player.Activate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user