project.godot 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ; Engine configuration file.
  2. ; It's best edited using the editor UI and not directly,
  3. ; since the parameters that go here are not all obvious.
  4. ;
  5. ; Format:
  6. ; [section] ; section goes between []
  7. ; param=value ; assign values to parameters
  8. config_version=5
  9. [application]
  10. config/name="remove_test"
  11. run/main_scene="res://scenes/base_level/base_level.tscn"
  12. config/features=PackedStringArray("4.0", "GL Compatibility")
  13. config/icon="res://icon.svg"
  14. [display]
  15. window/size/viewport_width=384
  16. window/size/viewport_height=192
  17. window/size/mode=2
  18. window/stretch/mode="canvas_items"
  19. [editor]
  20. movie_writer/movie_file="/home/dustdfg/Documents/Godot/Projects/GreedySlime/bin/menu.avi"
  21. movie_writer/fps=30
  22. [input]
  23. player_jump={
  24. "deadzone": 0.5,
  25. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"echo":false,"script":null)
  26. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"echo":false,"script":null)
  27. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"echo":false,"script":null)
  28. ]
  29. }
  30. player_left={
  31. "deadzone": 0.5,
  32. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"echo":false,"script":null)
  33. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"echo":false,"script":null)
  34. ]
  35. }
  36. player_right={
  37. "deadzone": 0.5,
  38. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"echo":false,"script":null)
  39. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"echo":false,"script":null)
  40. ]
  41. }
  42. [input_devices]
  43. pointing/emulate_touch_from_mouse=true
  44. [layer_names]
  45. 2d_physics/layer_1="Environment"
  46. 2d_physics/layer_2="Player"
  47. 2d_physics/layer_3="Collectables"
  48. 2d_physics/layer_4="Enemies"
  49. 2d_physics/layer_5="Other"
  50. [rendering]
  51. renderer/rendering_method="gl_compatibility"
  52. renderer/rendering_method.mobile="gl_compatibility"
  53. textures/canvas_textures/default_texture_filter=0