回答編集履歴

1

コード修正

2021/11/24 07:59

投稿

jimbe
jimbe

スコア12659

test CHANGED
@@ -316,20 +316,12 @@
316
316
 
317
317
 
318
318
 
319
- GameObject(GamePanel world, IFF iff) {
319
+ GameObject(GamePanel world, IFF iff, int x, int y, int w, int h) {
320
320
 
321
321
  this.world = world;
322
322
 
323
323
  this.iff = iff;
324
324
 
325
- }
326
-
327
- GameObject(GamePanel world, IFF iff, int x, int y, int w, int h) {
328
-
329
- this.world = world;
330
-
331
- this.iff = iff;
332
-
333
325
  this.x = x;
334
326
 
335
327
  this.y = y;