mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
SLUDGE: add new game for testing
This commit is contained in:
parent
51a20af064
commit
7b2a2123f4
@ -46,8 +46,7 @@ const char *SludgeEngine::getGameFile() const {
|
||||
static const PlainGameDescriptor sludgeGames[] = {
|
||||
{ "sludge", "Sludge Game" },
|
||||
{ "welcome", "Welcome Example" },
|
||||
{ "welcome2", "Welcome Example 2" },
|
||||
{ "welcomePng", "Welcome For PNG Test" },
|
||||
{ "welcomeloop", "Welcome Loop Test" },
|
||||
{ "verbcoin", "Verb Coin" },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
@ -49,6 +49,19 @@ static const SludgeGameDescription gameDescriptions[] = {
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"welcomeloop",
|
||||
"",
|
||||
AD_ENTRY1s("WelcomeLoop.slg", "af6e20c7cfae9101f1a49236d45014ef", 34932),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
},
|
||||
0
|
||||
},
|
||||
|
||||
{ AD_TABLE_END_MARKER, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user