game.project 477 B

123456789101112131415161718192021222324252627282930
  1. [bootstrap]
  2. main_collection = /example/custom_sprite.collectionc
  3. [input]
  4. game_binding = /builtins/input/all.input_bindingc
  5. repeat_interval = 0.05
  6. [script]
  7. shared_state = 1
  8. [display]
  9. width = 720
  10. height = 720
  11. high_dpi = 1
  12. [android]
  13. input_method = HiddenInputField
  14. [html5]
  15. scale_mode = no_scale
  16. show_fullscreen_button = 0
  17. show_made_with_defold = 0
  18. [project]
  19. title = custom_sprite_shader
  20. [graphics]
  21. default_texture_min_filter = nearest
  22. default_texture_mag_filter = nearest