'guozeINSP'

This commit is contained in:
2025-12-04 16:50:10 +01:00
parent b6ca31c1cc
commit dc46bc9dec
202 changed files with 21719 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
; 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="guozé (4.2)"
run/main_scene="res://scenes/nunescrpt.tscn"
config/features=PackedStringArray("4.2", "Mobile")
[autoload]
DialogueManager="*res://addons/dialogue_manager/dialogue_manager.gd"
Global="*res://script/global.gd"
Actionable="*res://scenes/actionable.gd"
[dialogue_manager]
general/balloon_path="res://dialogues/balloon.tscn"
general/states=["Global"]
[editor_plugins]
enabled=PackedStringArray("res://addons/dialogue_manager/plugin.cfg")
[input]
z={
"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":90,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
Q={
"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":81,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
S={
"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)
]
}
D={
"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)
]
}
[internationalization]
locale/translations_pot_files=PackedStringArray("res://dialogues/dialogue.dialogue", "res://dialogues/petibdialogue.dialogue", "res://dialogues/chaircréat.dialogue", "res://dialogues/mercca.dialogue", "res://dialogues/organdialogue.dialogue", "res://dialogues/test.dialogue", "res://dialogues/donks.dialogue", "res://dialogues/annesse.dialogue", "res://dialogues/rouge.dialogue", "res://dialogues/dialoguevide.dialogue")
[layer_names]
3d_physics/layer_5="Actionables"