| 12345678910111213141516171819202122232425262728293031323334 |
- [bootstrap]
- main_collection = /example/main.collectionc
- [input]
- game_binding = /input/game.input_bindingc
- [script]
- shared_state = 1
- [display]
- width = 960
- height = 640
- high_dpi = 1
- [android]
- input_method = HiddenInputField
- [physics]
- gravity_y = -1000.0
- scale = 0.01
- [html5]
- scale_mode = stretch
- [project]
- title = localization
- custom_resources = assets/texts
- [font]
- runtime_generation = 1
- [native_extension]
- app_manifest = /example/main.appmanifest
|