Skip to content

Commit 2f2d994

Browse files
committed
adding users events dict
1 parent 874bf8c commit 2f2d994

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
MAP_FOCUS = (-5.9347681, 54.5889076)
1010

11+
EVENTS = {
12+
'SONG_END': pygame.USEREVENT + 1
13+
}
14+
1115
ACTIONS = {
1216
pygame.K_F1: "module_stats",
1317
pygame.K_F2: "module_items",

0 commit comments

Comments
 (0)