engine.cfg 547 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [application]
  2. name="Platformer"
  3. main_scene="res://stage.tscn"
  4. icon="res://icon.png"
  5. name_es="Plataformero"
  6. target_fps="60"
  7. [display]
  8. width=800
  9. height=480
  10. stretch_mode="2d"
  11. stretch_aspect="keep_height"
  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