Added games.dat
This commit is contained in:
parent
f28542f624
commit
455469f21b
3 changed files with 32 additions and 0 deletions
BIN
Menu/cabinet.png
(Stored with Git LFS)
Executable file
BIN
Menu/cabinet.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
Menu/marquee.png
(Stored with Git LFS)
Executable file
BIN
Menu/marquee.png
(Stored with Git LFS)
Executable file
Binary file not shown.
26
games.dat
Executable file
26
games.dat
Executable file
|
@ -0,0 +1,26 @@
|
|||
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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue