25 lines
1 KiB
Text
25 lines
1 KiB
Text
-- Forge appears in the menu like anything else, so it is reached the same way a game is and packs
|
|
-- to Forge.game with -P. It needs no disc of its own; the menu background stands in, because the
|
|
-- engine wants a video and Forge draws over all of it anyway.
|
|
GAMES = {
|
|
{
|
|
TITLE = "Forge",
|
|
SCRIPT = "Forge/Forge.singe",
|
|
LEGACY_SPRITE_ARGS = false,
|
|
VIDEO = "Singe/menuBackground.mkv",
|
|
STRETCH = false,
|
|
NO_MOUSE = false,
|
|
RESOLUTION_X = 720,
|
|
RESOLUTION_Y = 480,
|
|
SINDEN_GUN = "",
|
|
ATTRACT = "Singe/menuBackground.mkv",
|
|
ATTRACT_START = 180,
|
|
ATTRACT_END = 359,
|
|
YEAR = 2026,
|
|
PLATFORM = "Singe",
|
|
DEVELOPER = "Kangaroo Punch Studios",
|
|
PUBLISHER = "Kangaroo Punch Studios",
|
|
GENRE = "Tool",
|
|
DESCRIPTION = "Build a game by describing it: place things, write rules, press play. Forge writes ordinary Singe Lua, so nothing it makes is locked inside it."
|
|
}
|
|
}
|