I am not sure what is incorrect

前端 未结 2 1257
粉色の甜心
粉色の甜心 2021-01-24 14:25

I am creating a small Java Jpanel game in which I am supposed to have a rocket that moves up and down via arrows and fires via space.
The firing method should work like th

2条回答
  •  臣服心动
    2021-01-24 14:50

    The problem was quite simply that I had forgotten to use == in my if(boolean) statements.

提交回复
热议问题