2024-07-19 23:01:49 +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="StickerClone"
|
|
|
|
config/version="0.1"
|
2024-07-23 15:54:16 +00:00
|
|
|
run/main_scene="res://maps/mapManager.tscn"
|
2024-07-19 23:01:49 +00:00
|
|
|
config/features=PackedStringArray("4.2", "Mobile")
|
|
|
|
config/icon="res://extracted/Texture2D/Map.png"
|
2024-07-24 21:43:42 +00:00
|
|
|
config/windows_native_icon="res://extracted/Texture2D/Map.png"
|
2024-07-22 12:14:07 +00:00
|
|
|
|
2024-07-27 14:30:15 +00:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
DebugDraw="*res://core/debugDraw.tscn"
|
2024-07-28 15:58:13 +00:00
|
|
|
Background="*res://core/Background.tscn"
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/viewport_width=1920
|
|
|
|
window/size/viewport_height=1080
|
2024-07-27 14:30:15 +00:00
|
|
|
|
2024-07-23 09:42:00 +00:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PackedStringArray("res://addons/Todo_Manager/plugin.cfg")
|
|
|
|
|
2024-07-22 12:14:07 +00:00
|
|
|
[input]
|
|
|
|
|
|
|
|
move_up={
|
|
|
|
"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":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"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":122,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_down={
|
|
|
|
"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":0,"physical_keycode":83,"key_label":0,"unicode":115,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"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":4194322,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_left={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"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":4194319,"key_label":0,"unicode":0,"echo":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":113,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_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":0,"physical_keycode":68,"key_label":0,"unicode":100,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"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":4194321,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
sticker_mode={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":1.0,"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":4194326,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
select={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
2024-07-27 14:30:15 +00:00
|
|
|
, 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":1,"position":Vector2(111, 16),"global_position":Vector2(115, 57),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
2024-07-22 12:14:07 +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":4194309,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
back={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"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":2,"position":Vector2(104, 15),"global_position":Vector2(108, 56),"factor":1.0,"button_index":2,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
menu={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":true,"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":4194305,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2024-07-25 12:08:44 +00:00
|
|
|
mouse_up={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
mouse_down={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
mouse_left={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
mouse_right={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2024-07-19 23:01:49 +00:00
|
|
|
|
2024-07-24 20:45:32 +00:00
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
2d_physics/layer_1="Player"
|
2024-07-25 14:40:04 +00:00
|
|
|
2d_physics/layer_2="Stickers"
|
2024-07-24 20:45:32 +00:00
|
|
|
|
2024-07-19 23:01:49 +00:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="mobile"
|
2024-07-24 21:43:42 +00:00
|
|
|
environment/defaults/default_clear_color=Color(0.265979, 0.419145, 0.409015, 1)
|
|
|
|
2d/snap/snap_2d_transforms_to_pixel=true
|