Skip to content

Commit

Permalink
21.01.2023 (19:10)
Browse files Browse the repository at this point in the history
  • Loading branch information
combo-wombo authored Jan 21, 2023
1 parent 0655cca commit f0a2745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion game/tetris.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ def GameStateUpdate(self, info):

if keyboard.is_pressed('p'):
info.lines += 2
info.score += 40
self.time += 85

#============================================================================================

Expand Down Expand Up @@ -579,4 +581,4 @@ def launchGame():
UIWindow = StartWindow(info)
return UIWindow

#=================================##=================================#
#=================================##=================================#

0 comments on commit f0a2745

Please sign in to comment.