| 123456789101112131415161718192021222324252627282930 |
- [bootstrap]
- main_collection = /example/custom_sprite.collectionc
- [input]
- game_binding = /builtins/input/all.input_bindingc
- repeat_interval = 0.05
- [script]
- shared_state = 1
- [display]
- width = 720
- height = 720
- high_dpi = 1
- [android]
- input_method = HiddenInputField
- [html5]
- scale_mode = no_scale
- show_fullscreen_button = 0
- show_made_with_defold = 0
- [project]
- title = custom_sprite_shader
- [graphics]
- default_texture_min_filter = nearest
- default_texture_mag_filter = nearest
|