Esempio n. 1
0
 // TODO: Difference between Paged areas, active areas, and current area.
 // Current area is per-Juni
 public override void _PhysicsProcess(float delta)
 {
     // TODO: Do this only if the local player
     if (!CurrentArea.isIn(Juni.GlobalPosition))
     {
         warpJuni(Juni);
     }
 }