OpenRayman/data/games/rayman2_openrayman/manifest.json
Hannes Mann 3fffccf665 Add a game class for mod support
This commit adds a game class, which is a collection of files that can depend on other files.
The base game "rayman2" contains all files required for the game, and they can then be overriden by games that depend on it.
OpenRayman will use this for editing menus (adding settings) and possibly other things.
All mods should target "rayman2_openrayman".
2016-06-15 03:55:52 +02:00

9 lines
182 B
JSON

{
"info":
{
"name": "Rayman 2: The Great Escape (OpenRayman)",
"description": "Rayman 2: The Great Escape with modifications for OpenRayman"
},
"dependencies": ["rayman2"]
}