Refactor Player and Character
This commit is contained in:
@@ -2,7 +2,7 @@ using Godot;
|
||||
|
||||
public partial class SpawnPoint : Marker3D
|
||||
{
|
||||
public void SetPlayerPosition(Character character)
|
||||
public void SetPlayerPosition(Node3D character)
|
||||
{
|
||||
GD.Print("Moving character to spawn point");
|
||||
character.Position = Position;
|
||||
|
||||
Reference in New Issue
Block a user