2023-04-06 20:33:13 +00:00
|
|
|
; 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
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="HoppyEaster"
|
2023-04-09 12:00:52 +00:00
|
|
|
run/main_scene="res://Scenes/MainMenu.tscn"
|
2023-04-06 20:33:13 +00:00
|
|
|
config/features=PackedStringArray("4.0", "GL Compatibility")
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
2023-04-09 12:17:11 +00:00
|
|
|
[audio]
|
|
|
|
|
|
|
|
buses/default_bus_layout="res://Assets/Temp Music/default_bus_layout.tres"
|
|
|
|
|
2023-04-09 12:00:52 +00:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
GlobalSettings="*res://Scripts/GlobalSettings.gd"
|
|
|
|
Save="*res://Scripts/GameDataSaver.gd"
|
|
|
|
|
2023-04-07 17:58:16 +00:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/stretch/mode="viewport"
|
|
|
|
window/stretch/aspect="expand"
|
|
|
|
|
2023-04-07 13:58:30 +00:00
|
|
|
[dotnet]
|
|
|
|
|
|
|
|
project/assembly_name="HoppyEaster"
|
|
|
|
|
2023-04-07 18:10:23 +00:00
|
|
|
[gui]
|
|
|
|
|
|
|
|
theme/custom="res://Assets/UI_Theme.tres"
|
|
|
|
|
2023-04-07 13:58:30 +00:00
|
|
|
[input]
|
|
|
|
|
2023-04-09 12:00:52 +00:00
|
|
|
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,"key_label":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(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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_right={
|
|
|
|
"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":4194321,"physical_keycode":0,"key_label":0,"unicode":4194321,"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(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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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,"key_label":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(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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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,"key_label":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(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":83,"key_label":0,"unicode":115,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2023-04-07 13:58:30 +00:00
|
|
|
move_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":0,"physical_keycode":65,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-04-07 14:11:07 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
2023-04-09 12:00:52 +00:00
|
|
|
, 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":4194319,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-04-07 13:58:30 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
move_right={
|
|
|
|
"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":68,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-04-07 14:11:07 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
2023-04-09 12:00:52 +00:00
|
|
|
, 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":4194321,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-04-07 13:58:30 +00:00
|
|
|
]
|
|
|
|
}
|
2023-04-07 14:11:07 +00:00
|
|
|
move_up={
|
2023-04-07 13:58:30 +00:00
|
|
|
"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":87,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-04-07 14:11:07 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
2023-04-09 12:00:52 +00:00
|
|
|
, 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)
|
2023-04-07 13:58:30 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
move_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":0,"physical_keycode":83,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-04-07 14:11:07 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
2023-04-09 12:00:52 +00:00
|
|
|
, 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":4194322,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-04-07 13:58:30 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
|
2023-04-07 13:33:54 +00:00
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
2d_physics/layer_1="Map"
|
|
|
|
|
2023-04-06 20:33:13 +00:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
2023-04-07 08:54:56 +00:00
|
|
|
textures/canvas_textures/default_texture_filter=0
|