Skip to content

Commit f0a2745

Browse files
authored
21.01.2023 (19:10)
1 parent 0655cca commit f0a2745

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

game/tetris.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ def GameStateUpdate(self, info):
309309

310310
if keyboard.is_pressed('p'):
311311
info.lines += 2
312+
info.score += 40
313+
self.time += 85
312314

313315
#============================================================================================
314316

@@ -579,4 +581,4 @@ def launchGame():
579581
UIWindow = StartWindow(info)
580582
return UIWindow
581583

582-
#=================================##=================================#
584+
#=================================##=================================#

0 commit comments

Comments
 (0)