forked from DinosFocus/tgj-mood-mixture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.godot
105 lines (90 loc) · 4.19 KB
/
project.godot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
; 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="Mood Mixture"
run/main_scene="res://Scenes/ClientDialogue.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
boot_splash/image="res://Assets/dinos-focus-icon.png"
boot_splash/fullsize=false
config/icon="res://Assets/dinos-focus-icon.svg"
[autoload]
GameScript="*res://Scripts/GameScript.gd"
AudioPlayer="*res://Scenes/audio_player.tscn"
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
[dialogic]
directories/dch_directory={
"client_1": "res://Dialogs/client_1.dch",
"client_2": "res://Dialogs/client_2.dch",
"client_final": "res://Dialogs/client_final.dch",
"client_gobelin_fils": "res://Dialogs/client_gobelin_fils.dch",
"client_gobelin_pere": "res://Dialogs/client_gobelin_pere.dch",
"client_polaritoon": "res://Dialogs/client_polaritoon.dch",
"magic_book": "res://Dialogs/magic_book.dch",
"unit_test_character": "res://Tests/Resources/unit_test_character.dch"
}
directories/dtl_directory={
"client_1": "res://Dialogs/client_1.dtl",
"client_2": "res://Dialogs/client_2.dtl",
"client_final": "res://Dialogs/client_final.dtl",
"client_gobelin_fils": "res://Dialogs/client_gobelin_fils.dtl",
"client_gobelin_pere": "res://Dialogs/client_gobelin_pere.dtl",
"client_polaritoon": "res://Dialogs/client_polaritoon.dtl",
"end": "res://Dialogs/end.dtl",
"intro": "res://Dialogs/intro.dtl"
}
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/leave_default_length=0.5
animations/leave_default_wait=true
animations/join_default_wait=true
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={}
variables={
"current_color_ok": false,
"current_color_requested": "",
"max_distance": 0.5,
"min_quantity": 0.5,
"potion_ready": false,
"score": 0,
"target_color_visible": true,
"threshold_score_great": 0,
"threshold_score_ok": 0
}
layout/style_list=["res://Dialogs/dialog_style.tres"]
layout/default_style="res://Dialogs/dialog_style.tres"
glossary/default_case_sensitive=true
history/simple_history_enabled=true
[display]
window/stretch/mode="viewport"
[editor]
movie_writer/movie_file="movie.avi"
version_control/plugin_name="GitPlugin"
version_control/autoload_on_startup=true
[editor_plugins]
enabled=PackedStringArray("res://addons/dialogic/plugin.cfg")
[input]
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)
]
}