Rhodez-x
- Joined on Aug 12, 2020
Rhodez-x pushed to master at Rhodez-x/python_fun
-
4e3468a6c3 Merge
-
6c8780a832 Updates
- Compare 2 commits »
2 years ago
Rhodez-x pushed to master at Rhodez-x/python_fun
-
c107423fa1 Updates
-
da7f2a8a6d Added exp
- Compare 2 commits »
2 years 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 ```
3 years ago