Exemple #1
0
 public override void _PhysicsProcess(float delta)
 {
     if (player == null)
     {
         return;
     }
     // TODO: Why do we need to set the global position?
     SetGlobalPosition(player.GetGlobalPosition());
 }