-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit d9f7b9c9aacb5cbc5878ea4b5cc82333e7b5df53 Author: HalfBurntToast <halfburnttoast@gmail.com> Date: Sat Sep 17 13:37:51 2022 -0400 Small code improvements commit b753d6c9f4b0c27031ca3e65e070c42c99cba712 Author: HalfBurntToast <halfburnttoast@gmail.com> Date: Sat Sep 17 12:26:41 2022 -0400 Updated colorblind sprite - slight code cleanup
- Loading branch information
1 parent
4f62801
commit 1404958
Showing
6 changed files
with
62 additions
and
40 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
from enum import Enum | ||
|
||
class MouseAction(Enum): | ||
"""Mouse action ENUM""" | ||
NONE = 0 | ||
PLACE_WALL = 1 | ||
PLACE_MARK = 2 | ||
REMOVE_WALL = 3 | ||
REMOVE_MARK = 4 | ||
MARK = 5 | ||
MENU_ACTION = 6 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.