StickerClone/project.godot

135 lines
7.5 KiB
Text
Raw Normal View History

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-29 13:24:09 +00:00
run/main_scene="res://maps/mainMenu.tscn"
2025-02-10 18:16:34 +00:00
config/features=PackedStringArray("4.4", "Mobile")
2024-07-22 12:14:07 +00:00
2024-07-27 14:30:15 +00:00
[autoload]
DebugDraw="*res://core/debugDraw.tscn"
2024-07-29 13:24:09 +00:00
Global="*res://core/global.gd"
MapManager="*res://maps/mapManager.tscn"
Cursor="*res://core/Cursor.tscn"
2024-07-27 14:30:15 +00:00
2024-07-29 21:14:18 +00:00
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
window/size/initial_position_type=2
window/size/initial_screen=2
window/size/extend_to_title=true
window/stretch/mode="canvas_items"
2024-07-30 16:19:54 +00:00
window/size/viewport_width.editor=1152
window/size/viewport_height.editor=648
2024-07-29 21:14:18 +00:00
2024-07-23 09:42:00 +00:00
[editor_plugins]
enabled=PackedStringArray("res://addons/Todo_Manager/plugin.cfg")
2024-07-29 10:37:34 +00:00
[filesystem]
import/blender/enabled=false
import/fbx/enabled=false
2024-07-22 12:14:07 +00:00
[input]
move_up={
"deadzone": 0.5,
2024-08-26 08:59:34 +00:00
"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,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
2024-08-26 08:59:34 +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":87,"key_label":0,"unicode":122,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
]
}
move_down={
"deadzone": 0.5,
2024-08-26 08:59:34 +00:00
"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,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
2024-08-26 08:59:34 +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,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
]
}
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)
2024-08-26 08:59:34 +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":4194319,"key_label":0,"unicode":0,"location":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,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
]
}
move_right={
"deadzone": 0.5,
2024-08-26 08:59:34 +00:00
"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,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
2024-08-26 08:59:34 +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":4194321,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
]
}
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)
2024-08-26 08:59:34 +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":4194326,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
]
}
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-08-26 08:59:34 +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,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
]
}
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)
2024-08-26 08:59:34 +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":4194305,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2024-07-22 12:14:07 +00:00
]
}
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-31 22:54:42 +00:00
2d_physics/layer_3="Zone"
2d_physics/layer_4="PNJ"
2d_physics/layer_5="Wall"
2d_physics/layer_6="OutOfBound"
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