-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed state to be managed at the "main" function, to prevent Recursion Error when pressing play more than a thousand times XD * Removed redundant toggle overlay code (thank god we don't need that) * Changed start countdown to utilize delta time, instead of perf_counter * Some gitignore and readme changes
- Loading branch information
AaronDaOne
committed
Feb 26, 2023
1 parent
7d7cf28
commit 36e3c28
Showing
3 changed files
with
95 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ dist | |
versions | ||
compiler.bat | ||
icon.ico | ||
*.spec | ||
*.spec | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Made with love by @AaronDaOne | ||
|
||
keys: | ||
w = up | ||
a = left | ||
s = down | ||
keys: | ||
w = up | ||
a = left | ||
s = down | ||
d = right | ||
|
||
up arrow = volume up | ||
up arrow = volume up | ||
down arrow = volume down | ||
|
||
F2 = reset | ||
|
||
Escape = quit | ||
Escape = quit | ||
space = start |