9 lines
134 B
Python
9 lines
134 B
Python
|
# Menu Types:
|
||
|
TutorialMenu = 1
|
||
|
GameMenu = 1
|
||
|
|
||
|
# Game Indices:
|
||
|
CheckersGameIndex = 0
|
||
|
ChineseCheckersGameIndex = 1
|
||
|
FindFourGameIndex = 2
|