mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
9 lines
134 B
Python
9 lines
134 B
Python
|
# Menu Types:
|
||
|
TutorialMenu = 1
|
||
|
GameMenu = 1
|
||
|
|
||
|
# Game Indices:
|
||
|
CheckersGameIndex = 0
|
||
|
ChineseCheckersGameIndex = 1
|
||
|
FindFourGameIndex = 2
|