コード例 #1
0
ファイル: GDKnyttGame.cs プロジェクト: youkaicountry/yknytt
 // 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);
     }
 }