engine.cfg 335 B

123456789101112131415161718192021222324
  1. [application]
  2. name="Danker RPG"
  3. main_scene="res://scenes/mainmenu.tscn"
  4. icon="res://icon.png"
  5. [autoload]
  6. game="*res://scripts/global/game.gd"
  7. [display]
  8. width=800
  9. height=600
  10. resizable=true
  11. use_2d_pixel_snap=true
  12. stretch_mode="2d"
  13. stretch_aspect="keep"
  14. [input]
  15. ui_playermenu=[key(P)]
  16. ui_transition=[key(Less, S), key(Greater, S)]