You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if key_pressed[pygame.K_j]:
if not myTank_T1.bullet.life and myTank_T1.bulletNotCooling:
fire_sound.play()
myTank_T1.shoot()
myTank_T1.bulletNotCooling = False
这一段是源码里面p1的射击条件
应该是按“j”键
这个游戏真好啊
就是我太菜了
The text was updated successfully, but these errors were encountered: