mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 23:45:54 +00:00
Fixed player template in maps
This commit is contained in:
parent
9b69b7ab17
commit
1005796e13
7 changed files with 24 additions and 37 deletions
|
|
@ -167,6 +167,8 @@ public partial class GameManager : Node2D
|
|||
|
||||
_player.GlobalPosition = GetStartPosition();
|
||||
|
||||
LastCheckpointPosition = _player.GlobalPosition;
|
||||
|
||||
//_player.GlobalPosition = PlayerSpawnMarker.Position;
|
||||
|
||||
CameraTargetPlayer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue