Breakout, calling x and y coordinates

后端 未结 0 1787
感动是毒
感动是毒 2020-12-12 19:56

I want to change the x and y coordinates of my drawn bricks.

public Brick(int x, int y) {
        super(20, 20);
        destroyed = false;
    }
相关标签:
回答
  • 消灭零回复
提交回复
热议问题