Files
ai.interactive.fiction/config/engines/yaml.json
T

19 lines
459 B
JSON

{
"engine": "yaml",
"locale": "en_US",
"paths": {
"mainGameFile": "data/worlds/example_world.yml",
"music": "public/music",
"sfx": "public/sounds",
"images": "public/images"
},
"metadata": {
"title": "The Mysterious Mansion",
"author": "AI Interactive Fiction",
"subtitle": "An open-world text adventure",
"version": "1.0.0",
"language": "en_US",
"copyright": "Prototype content for local development."
}
}