10 lines
362 B
Plaintext
10 lines
362 B
Plaintext
mainmenu_option next_comment
|
|
comment "Games"
|
|
|
|
dep_bool "tetris" GAME_TETRIS $JOYSTICK_SUPPORT $RANDOM_SUPPORT
|
|
dep_bool "bastet" GAME_BASTET $GAME_TETRIS
|
|
dep_bool "space invaders" GAME_SPACE_INVADERS $JOYSTICK_SUPPORT $RANDOM_SUPPORT
|
|
dep_bool "snake" GAME_SNAKE $JOYSTICK_SUPPORT $RANDOM_SUPPORT
|
|
|
|
|
|
endmenu |