mirror of
https://github.com/csd4ni3l/chaos-protocol.git
synced 2026-01-01 04:23:43 +01:00
use ruleset instead of rule for naming, make rules editable by rebuilding the rulesets, make rule button have simple and advanced rule options, fix key input, fix mouse motion input
This commit is contained in:
@@ -13,7 +13,7 @@ DEFAULT_Y_GRAVITY = 2
|
||||
DEFAULT_X_VELOCITY = 0
|
||||
DEFAULT_Y_VELOCITY = 0
|
||||
|
||||
ALLOWED_INPUT = [ord(key) for key in ["a", "b", "c", "d", "e", "q", "w", "s", "t"]]
|
||||
ALLOWED_INPUT = ["a", "b", "c", "d", "e", "q", "w", "s", "t"]
|
||||
|
||||
COLORS = [
|
||||
"BLACK", "WHITE", "GRAY", "DARK_GRAY", "CYAN",
|
||||
|
||||
Reference in New Issue
Block a user