| 123456789101112131415161718192021222324252627282930313233343536 |
- [project]
- title = Magic Link
- [bootstrap]
- main_collection = /main/main.collectionc
- [input]
- game_binding = /input/game.input_bindingc
- [display]
- width = 640
- height = 960
- [physics]
- scale = 0.02
- debug = 0
- [graphics]
- default_texture_min_filter = linear
- default_texture_mag_filter = linear
- [script]
- shared_state = 1
- [ios]
- launch_image_640x1136 =
- [sprite]
- max_count = 512
- [android]
- package = com.example.linker
- [library]
- include_dirs = def-magic-link
|