rollercoaster/games.dat
2022-08-09 17:45:22 -05:00

26 lines
904 B
Text
Executable file

GAMES = {
{
TITLE = "Adventures in Videoland: Rollercoaster",
SCRIPT = "Rollercoaster/Rollercoaster.singe",
VIDEO = "Rollercoaster/Video/framefile.txt",
DATA = "Rollercoaster",
STRETCH = false,
NO_MOUSE = false,
RESOLUTION_X = 720,
RESOLUTION_Y = 480,
SINDEN_GUN = "",
CABINET = "Rollercoaster/Menu/cabinet.png",
MARQUEE = "Rollercoaster/Menu/marquee.png",
ATTRACT = "Rollercoaster/Video/08300_08488.mp4",
ATTRACT_START = 1,
ATTRACT_END = 160,
YEAR = 1982,
PLATFORM = "Apple II",
DEVELOPER = "David Lubar",
PUBLISHER = "Creative Computing Magazine",
GENRE = "Adventure",
DESCRIPTION = "You have just received an anonymous tip that a bomb has been planted on a rollercoaster!",
CREATOR = "Scott Duensing",
SOURCE = "http://kangaroopunch.com"
}
}