storytelling-assistant/project.godot

50 lines
1.9 KiB
Text
Raw Permalink Normal View History

2024-11-25 17:16:38 +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="Storytelling Assistant"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
2024-11-25 17:24:05 +00:00
config/icon="res://textures/icon.png"
2024-11-25 17:16:38 +00:00
[autoload]
EventAudio="*res://addons/event_audio/scenes/event_audio_autoload.tscn"
[editor_plugins]
enabled=PackedStringArray("res://addons/event_audio/plugin.cfg")
2024-11-25 17:16:38 +00:00
[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":4194310,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
]
}
roll={
"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":32,"key_label":0,"unicode":0,"location":0,"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":0,"physical_keycode":4194309,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
]
}
2024-11-27 14:20:30 +00:00
[internationalization]
locale/translation_remaps={}
locale/translations=PackedStringArray("res://i18n/storytelling_assistant_fr.po", "res://i18n/storytelling_assistant_en.po")
locale/translations_pot_files=PackedStringArray("res://main.tscn", "res://psyline.tscn", "res://traits.tscn")
locale/test="fr"
2024-11-28 17:52:01 +00:00
[rendering]
renderer/rendering_method="mobile"