コード例 #1
0
ファイル: PlayState.java プロジェクト: actumn/Tilemap-MMORPG
 public boolean checkCollision(int x, int y) {
   return map.checkCollision(x, y);
 }