re-implement equipment with masks

This commit is contained in:
2022-05-16 21:51:36 +02:00
parent d362b9e2c8
commit a8c0b98f75
3 changed files with 18 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ HSV_DEFAULT = HsvFilter(0, 0, 0, 179, 255, 255, 0, 0, 0, 0)
def run():
EMITTER_TO_USE = EMITTER_RING
EMITTER_TO_USE = EMITTER_STAFF
SPAWN_COUNT = 15
# initialize the user-class
config = UserConfigs()