|
@@ -0,0 +1,210 @@
|
|
|
+; Engine configuration file.
|
|
|
+; It's best edited using the editor UI and not directly,
|
|
|
+; since the parameters that go here are not all obvious.
|
|
|
+;
|
|
|
+; Format:
|
|
|
+; [section] ; section goes between []
|
|
|
+; param=value ; assign values to parameters
|
|
|
+
|
|
|
+config_version=5
|
|
|
+
|
|
|
+_global_script_classes=[{
|
|
|
+"base": "CharacterBody2D",
|
|
|
+"class": &"Bullet",
|
|
|
+"language": &"GDScript",
|
|
|
+"path": "res://scene/entity/bullet.gd"
|
|
|
+}, {
|
|
|
+"base": "Node2D",
|
|
|
+"class": &"FakeParallax",
|
|
|
+"language": &"GDScript",
|
|
|
+"path": "res://addons/fake_parallax/fake_parallax.gd"
|
|
|
+}, {
|
|
|
+"base": "Sprite2D",
|
|
|
+"class": &"Gun",
|
|
|
+"language": &"GDScript",
|
|
|
+"path": "res://scene/entity/carrot_gun.gd"
|
|
|
+}, {
|
|
|
+"base": "Plant",
|
|
|
+"class": &"Mandrake",
|
|
|
+"language": &"GDScript",
|
|
|
+"path": "res://scene/entity/missdemandrake.gd"
|
|
|
+}, {
|
|
|
+"base": "CharacterBody2D",
|
|
|
+"class": &"Plant",
|
|
|
+"language": &"GDScript",
|
|
|
+"path": "res://scene/entity/base_plant.gd"
|
|
|
+}, {
|
|
|
+"base": "Area2D",
|
|
|
+"class": &"Slot",
|
|
|
+"language": &"GDScript",
|
|
|
+"path": "res://scene/core/slot.gd"
|
|
|
+}, {
|
|
|
+"base": "CharacterBody2D",
|
|
|
+"class": &"UFO",
|
|
|
+"language": &"GDScript",
|
|
|
+"path": "res://scene/entity/ufo.gd"
|
|
|
+}, {
|
|
|
+"base": "Node2D",
|
|
|
+"class": &"Wave",
|
|
|
+"language": &"GDScript",
|
|
|
+"path": "res://scene/core/wave.gd"
|
|
|
+}, {
|
|
|
+"base": "Node2D",
|
|
|
+"class": &"WaveManager",
|
|
|
+"language": &"GDScript",
|
|
|
+"path": "res://scene/core/wave_manager.gd"
|
|
|
+}]
|
|
|
+_global_script_class_icons={
|
|
|
+"Bullet": "",
|
|
|
+"FakeParallax": "",
|
|
|
+"Gun": "",
|
|
|
+"Mandrake": "",
|
|
|
+"Plant": "",
|
|
|
+"Slot": "",
|
|
|
+"UFO": "",
|
|
|
+"Wave": "",
|
|
|
+"WaveManager": ""
|
|
|
+}
|
|
|
+
|
|
|
+[application]
|
|
|
+
|
|
|
+config/name="ld52"
|
|
|
+run/main_scene="res://scene/core/root.tscn"
|
|
|
+config/features=PackedStringArray("4.0", "GL Compatibility")
|
|
|
+config/icon="res://icon.svg"
|
|
|
+
|
|
|
+[debug]
|
|
|
+
|
|
|
+gdscript/warnings/unused_parameter=0
|
|
|
+
|
|
|
+[editor_plugins]
|
|
|
+
|
|
|
+enabled=PackedStringArray("res://addons/fake_parallax/plugin.cfg")
|
|
|
+
|
|
|
+[input]
|
|
|
+
|
|
|
+ui_accept={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194309,"physical_keycode":0,"unicode":4194309,"echo":false,"script":null)
|
|
|
+, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194310,"physical_keycode":0,"unicode":4194310,"echo":false,"script":null)
|
|
|
+, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":32,"echo":false,"script":null)
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+ui_select={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
|
|
|
+, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"unicode":32,"echo":false,"script":null)
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+ui_cancel={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194305,"physical_keycode":0,"unicode":4194305,"echo":false,"script":null)
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+ui_left={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194319,"physical_keycode":0,"unicode":4194319,"echo":false,"script":null)
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
|
|
|
+, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+ui_right={
|
|
|
+"deadzone": 0.5,
|
|
|
+"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":4194321,"physical_keycode":0,"unicode":0,"echo":false,"script":null)
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
|
|
|
+, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+ui_up={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194320,"physical_keycode":0,"unicode":4194320,"echo":false,"script":null)
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
|
|
|
+, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+ui_down={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194322,"physical_keycode":0,"unicode":4194322,"echo":false,"script":null)
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
|
|
|
+, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+pause={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"unicode":0,"echo":false,"script":null)
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":false,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+zoom_in={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":4,"pressed":false,"double_click":false,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+zoom_out={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":5,"pressed":false,"double_click":false,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+screen_drag={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":3,"pressed":false,"double_click":false,"script":null)
|
|
|
+, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":2,"pressed":false,"double_click":false,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+lmb={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+rmb={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":2,"pressed":false,"double_click":false,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+cash_cheat={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [null, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":67,"unicode":0,"echo":false,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+wave_cheat={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":125,"unicode":0,"echo":false,"script":null)
|
|
|
+]
|
|
|
+}
|
|
|
+hk1={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": []
|
|
|
+}
|
|
|
+hk2={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": []
|
|
|
+}
|
|
|
+hk3={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": []
|
|
|
+}
|
|
|
+hk4={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": []
|
|
|
+}
|
|
|
+hk6={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": []
|
|
|
+}
|
|
|
+hk5={
|
|
|
+"deadzone": 0.5,
|
|
|
+"events": []
|
|
|
+}
|
|
|
+
|
|
|
+[rendering]
|
|
|
+
|
|
|
+renderer/rendering_method="gl_compatibility"
|
|
|
+anti_aliasing/screen_space_roughness_limiter/amount=0.6
|
|
|
+environment/defaults/default_clear_color=Color(0.498039, 0.172549, 0.172549, 1)
|
|
|
+anti_aliasing/quality/msaa_2d=3
|
|
|
+anti_aliasing/quality/screen_space_aa=1
|
|
|
+anti_aliasing/quality/use_taa=true
|
|
|
+anti_aliasing/quality/use_debanding=true
|