engine.cfg 546 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [application]
  2. name="Platformer"
  3. main_scene="res://stage.xml"
  4. icon="res://icon.png"
  5. name_es="Plataformero"
  6. [display]
  7. width=800
  8. height=480
  9. stretch_2d=false
  10. stretch_mode="viewport"
  11. stretch_aspect="keep"
  12. [image_loader]
  13. repeat=false
  14. [input]
  15. move_left=[key(Left), jbutton(0, 14)]
  16. move_right=[key(Right), jbutton(0, 15)]
  17. jump=[key(Up), jbutton(0, 0)]
  18. shoot=[key(Space), jbutton(0, 2)]
  19. spawn=[key(F1), jbutton(0, 11)]
  20. [physics_2d]
  21. default_gravity=700
  22. [rasterizer]
  23. use_pixel_snap=true
  24. [render]
  25. mipmap_policy=1
  26. [texture_import]
  27. filter=false