mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06: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
|