Files
flutter_lua_runtime/example/assets/games/template/manifest.json
2026-06-07 22:53:58 +08:00

28 lines
631 B
JSON

{
"gameId": "template",
"name": "Lua Runtime Template",
"version": "0.1.0",
"runtimeApiVersion": 1,
"entry": "scripts/main.lua",
"assetsBase": "assets",
"defaultLocale": "zh-Hans",
"supportedLocales": [
"zh-Hans",
"en"
],
"display": {
"designWidth": 720,
"designHeight": 720,
"scaleMode": "fit"
},
"modules": {
"runtime_ui": "runtime:runtime_ui.lua",
"runtime_commands": "runtime:runtime_commands.lua",
"runtime_widgets": "runtime:runtime_widgets.lua",
"layout": "runtime:layout.lua",
"state": "scripts/state.lua",
"ui": "scripts/ui.lua"
},
"resources": {}
}