nobody is reading this
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using Godot;
|
||||
|
||||
public partial class SpawnPoint : Marker3D
|
||||
{
|
||||
// Called when the node enters the scene tree for the first time.
|
||||
public override void _Ready()
|
||||
{
|
||||
var player = GetTree().GetFirstNodeInGroup("Player") as TestCharacter;
|
||||
player.Position = Position;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user