Beeg checkin
This commit is contained in:
10
Player/Base/SpawnPoint.cs
Normal file
10
Player/Base/SpawnPoint.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
|
||||
public partial class SpawnPoint : Marker3D
|
||||
{
|
||||
public void SetPlayerPosition(Node3D character)
|
||||
{
|
||||
GD.Print("Moving character to spawn point");
|
||||
character.Position = Position;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user