-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
project.godot
185 lines (176 loc) · 3.34 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
; 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="Puzzle Dependencies"
config/features=PackedStringArray("4.2")
config/icon="res://icon.svg"
[editor_plugins]
enabled=PackedStringArray("res://addons/puzzle_dependencies/plugin.cfg")
[filesystem]
import/blender/enabled=false
import/fbx/enabled=false
[puzzle_dependencies]
boards={
"3cff87b0b9": {
"connections": [{
"from": &"47241d0416",
"to": &"42e51a14a6"
}, {
"from": &"104687a1e5",
"to": &"42e51a14a6"
}, {
"from": &"78c61765cb",
"to": &"47241d0416"
}, {
"from": &"46c42c405d",
"to": &"104687a1e5"
}, {
"from": &"54f43f5213",
"to": &"78c61765cb"
}, {
"from": &"54f43f5213",
"to": &"46c42c405d"
}, {
"from": &"dc594eb013",
"to": &"54f43f5213"
}, {
"from": &"f19e253846",
"to": &"dc594eb013"
}, {
"from": &"42e51a14a6",
"to": &"7a78af3c4a"
}, {
"from": &"46b1c1219a",
"to": &"dc594eb013"
}, {
"from": &"42e51a14a6",
"to": &"2cbdb81cdf"
}, {
"from": &"42e51a14a6",
"to": &"aa3563e01d"
}],
"id": "3cff87b0b9",
"label": "Main Board",
"scroll_offset": Vector2(318.833, -534),
"things": [{
"id": &"42e51a14a6",
"position_offset": Vector2(1320, -420),
"size": Vector2(150, 104),
"text": "Open basement door",
"type": 1
}, {
"id": &"47241d0416",
"position_offset": Vector2(1080, -480),
"size": Vector2(171, 83.9999),
"text": "Unlock basement door",
"type": 0
}, {
"id": &"104687a1e5",
"position_offset": Vector2(1080, -360),
"size": Vector2(164, 80),
"text": "Oil hinges",
"type": 0
}, {
"id": &"78c61765cb",
"position_offset": Vector2(860, -480),
"size": Vector2(168, 80),
"text": "Find key behind plant",
"type": 4
}, {
"id": &"46c42c405d",
"position_offset": Vector2(860, -360),
"size": Vector2(175, 80),
"text": "Find Oil can",
"type": 4
}, {
"id": &"54f43f5213",
"position_offset": Vector2(640, -420),
"size": Vector2(150, 80),
"text": "Climb in window",
"type": 2
}, {
"id": &"dc594eb013",
"position_offset": Vector2(440, -420),
"size": Vector2(150, 80),
"text": "Break window",
"type": 0
}, {
"id": &"f19e253846",
"position_offset": Vector2(20, -500),
"size": Vector2(150, 80),
"text": "",
"type": 0
}, {
"id": &"7a78af3c4a",
"position_offset": Vector2(1680, -500),
"size": Vector2(150, 80),
"text": "",
"type": 0
}, {
"id": &"46b1c1219a",
"position_offset": Vector2(49, -285.52),
"size": Vector2(150, 80),
"text": "",
"type": 0
}, {
"id": &"2cbdb81cdf",
"position_offset": Vector2(1700, -300),
"size": Vector2(150, 80),
"text": "",
"type": 0
}, {
"id": &"aa3563e01d",
"position_offset": Vector2(1709, -398.52),
"size": Vector2(150, 80),
"text": "",
"type": 0
}],
"zoom": 1.0
}
}
minimap_enabled=true
minimap_size=Vector2(200, 150)
use_snap=true
snap_distance=20
current_board_id="3cff87b0b9"
types={
0: {
"color": Color(0, 0, 0, 1),
"id": 0,
"label": "Type 1"
},
1: {
"color": Color(1, 0.470588, 0.419608, 1),
"id": 1,
"label": "Type 2"
},
2: {
"color": Color(0.741176, 0.576471, 0.976471, 1),
"id": 2,
"label": "Type 3"
},
3: {
"color": Color(0.45098, 0.94902, 0.501961, 1),
"id": 3,
"label": "Type 4"
},
4: {
"color": Color(1, 0.870588, 0.4, 1),
"id": 4,
"label": "Type 5"
},
2694: {
"color": Color(1, 0, 0.726563, 1),
"id": 2694,
"label": "Blah"
}
}
last_export_path="res://"
snapping_enabled=true
snapping_distance=20