コード例 #1
0
ファイル: DebugShape.java プロジェクト: piotr-j/tastyjam
 @Override
 public void reset() {
   super.reset();
   radius = 0.5f;
   segments = 8;
   centre = true;
 }
コード例 #2
0
ファイル: DebugShape.java プロジェクト: piotr-j/tastyjam
 @Override
 public void reset() {
   super.reset();
   width = 0.5f;
   height = 0.5f;
   originX = .25f;
   originY = .25f;
   centre = false;
 }