Skip to content

Commit

Permalink
Updated timeots for pausing the game and fixed score image.
Browse files Browse the repository at this point in the history
  • Loading branch information
copsicle committed Jun 7, 2018
1 parent cbbc7a1 commit f5dc13a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

;Keyboard key constants

endScore EQU 20
endScore EQU 100
scoreBorder EQU 50
spacing EQU 10
p1ScorePos EQU ((xlen / 2) - (scoreBorder * 3))
Expand Down
4 changes: 2 additions & 2 deletions funcs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

doIt:
INVOKE Sleep, 500
INVOKE Sleep, 200

;Timeout for the user to release the key

Expand Down Expand Up @@ -103,7 +103,7 @@

unPauseGame:
INVOKE Sleep, 100
INVOKE Sleep, 200

;Unpressing timeout
Expand Down
2 changes: 1 addition & 1 deletion mainFuncs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ INCLUDE funcs.inc

;Clear back buffer

INVOKE Sleep, 3
;INVOKE Sleep, 3

;Slow down drawing (this is for fast computers, un/comment this if too slow/fast)

Expand Down
Binary file modified score.bmp
Binary file not shown.

0 comments on commit f5dc13a

Please sign in to comment.