This repository has been archived on 2021-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
pongr/pongr/data/menu.data

14 lines
291 B
Plaintext

MAIN_MENU "Pongr"
BUTTON: "Run game" -> RUNNING_GAME
BUTTON: "Options" -> OPTION_MENU
BUTTON: "QUIT" -> RLY_QUIT
OPTION_MENU "Options"
OPTION: "Fullscreen", "Window Mode"
BUTTON: "Back" -> MAIN_MENU
RLY_QUIT "You want to go?"
BUTTON: "Yes" -> EXIT
BUTTON: "No" -> MAIN_MENU