developpement d'écran de chargement et d'écran de sélection de niveau
* modification de certains assets * optimisation de chunks * ajout d'un SceneManager * ajout d'un premier dialogue avec Demeter * changement des jour en charge * mise en place d'un système de run * etc...
This commit is contained in:
@@ -12,7 +12,7 @@ config_version=5
|
||||
|
||||
config/name="Seeding The Wasteland"
|
||||
config/description="Seeding planets is a survival, managment and cosy game in which you play a little gardener robot."
|
||||
config/version="proto-3.2"
|
||||
config/version="proto-4.0"
|
||||
run/main_scene="uid://c5bruelvqbm1k"
|
||||
config/features=PackedStringArray("4.5", "Forward Plus")
|
||||
config/icon="uid://df0y0s666ui4h"
|
||||
@@ -27,6 +27,76 @@ Pointer="*res://gui/pointer/pointer.tscn"
|
||||
AudioManager="*res://common/audio_manager/audio_manager.tscn"
|
||||
GameInfo="*res://common/game_info/game_info.gd"
|
||||
Pause="*res://gui/game/pause/pause.tscn"
|
||||
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
|
||||
LoadingScreen="*res://gui/loading_screen/loading_screen.tscn"
|
||||
SceneManager="*res://common/scene_manager/scene_manager.gd"
|
||||
|
||||
[dialogic]
|
||||
|
||||
directories/dch_directory={
|
||||
"mysterious_demeter": "res://dialogs/characters/mysterious_demeter.dch"
|
||||
}
|
||||
directories/dtl_directory={
|
||||
"demeter_intro": "res://dialogs/timelines/story/demeter_intro.dtl"
|
||||
}
|
||||
layout/style_directory={
|
||||
"": "res://dialogs/dialogs_style.tres",
|
||||
"dialogs_interface": "res://dialogs/dialogs_style.tres"
|
||||
}
|
||||
glossary/default_case_sensitive=true
|
||||
layout/style_list=["res://dialogs/dialogs_style.tres"]
|
||||
layout/default_style="res://dialogs/dialogs_style.tres"
|
||||
extensions_folder="res://addons/dialogic_additions"
|
||||
text/letter_speed=0.01
|
||||
text/initial_text_reveal_skippable=true
|
||||
text/text_reveal_skip_delay=0.1
|
||||
text/advance_delay=0.1
|
||||
text/autoadvance_per_character_delay=0.1
|
||||
text/autoadvance_ignored_characters_enabled=true
|
||||
animations/join_default_length=0.5
|
||||
animations/join_default_wait=true
|
||||
animations/leave_default_length=0.5
|
||||
animations/leave_default_wait=true
|
||||
animations/cross_fade_default_length=0.5
|
||||
choices/autofocus_first=true
|
||||
choices/delay=0.2
|
||||
choices/reveal_delay=0
|
||||
choices/reveal_by_input=false
|
||||
save/autosave_delay=60.0
|
||||
save/encryption_on_exports_only=true
|
||||
text/autopauses={}
|
||||
audio/channel_defaults={
|
||||
"": {
|
||||
"audio_bus": "",
|
||||
"fade_length": 0.0,
|
||||
"loop": false,
|
||||
"volume": 0.0
|
||||
},
|
||||
"music": {
|
||||
"audio_bus": "",
|
||||
"fade_length": 0.0,
|
||||
"loop": true,
|
||||
"volume": 0.0
|
||||
}
|
||||
}
|
||||
translation/enabled=true
|
||||
translation/original_locale="fr"
|
||||
translation/file_mode=1
|
||||
translation/translation_folder="res://translation/dialogs"
|
||||
translation/save_mode=0
|
||||
translation/add_separator=true
|
||||
variables={
|
||||
"orchidName": "Orchid"
|
||||
}
|
||||
translation/id_counter=30
|
||||
translation/locales=[]
|
||||
translation/intern/save_mode=0
|
||||
translation/intern/file_mode=1
|
||||
translation/intern/translation_folder="res://translation/dialogs"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/dialogic/plugin.cfg")
|
||||
|
||||
[input]
|
||||
|
||||
@@ -129,11 +199,21 @@ item_9={
|
||||
"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":57,"key_label":0,"unicode":231,"location":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
dialogic_default_action={
|
||||
"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":4194309,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"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":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":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":32,"physical_keycode":0,"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":88,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
||||
]
|
||||
}
|
||||
|
||||
[internationalization]
|
||||
|
||||
locale/translation_remaps={}
|
||||
locale/translations=PackedStringArray("res://translation/localization.en.translation", "res://translation/localization.fr.translation")
|
||||
locale/translations=PackedStringArray("res://translation/game/gui.en.translation", "res://translation/game/gui.fr.translation")
|
||||
locale/test="fr"
|
||||
|
||||
[rendering]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user