回答編集履歴
1
コード修正
answer
CHANGED
@@ -157,10 +157,6 @@
|
|
157
157
|
protected int dx, dy; //移動距離
|
158
158
|
protected IFF iff; //敵味方識別
|
159
159
|
|
160
|
-
GameObject(GamePanel world, IFF iff) {
|
161
|
-
this.world = world;
|
162
|
-
this.iff = iff;
|
163
|
-
}
|
164
160
|
GameObject(GamePanel world, IFF iff, int x, int y, int w, int h) {
|
165
161
|
this.world = world;
|
166
162
|
this.iff = iff;
|