- 57f61a60b4 update
Rhodez-x pushed to master at Rhodez-x/python_fun
1 year ago
Rhodez-x pushed to master at Rhodez-x/python_fun
1 year ago
Rhodez-x commented on issue Rhodez-x/python_fun#2
Næste``` if explosion_on == 1: DISPLAYSURF.blit(explosion_frames[explosion_frames_nr], (200,200)) explosion_frames_nr = (explosion_frames_nr +1) if explosion_frames_nr == 64: explosion_on = 0 explosion_frames_nr = 0 ```
1 year ago