-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew_dictionary_enjoyer.tres
80 lines (74 loc) · 1.89 KB
/
new_dictionary_enjoyer.tres
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
[gd_resource type="Resource" script_class="AverageDictionaryEnjoyer" load_steps=8 format=3 uid="uid://1di6gtbcigwg"]
[ext_resource type="Script" path="res://average_dictionary_enjoyer.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://b2bakf0rugby5" path="res://icon.png" id="2"]
[ext_resource type="Environment" uid="uid://wgr2xia3g4cw" path="res://default_env.tres" id="3"]
[sub_resource type="Resource" id="Resource_gql8f"]
script = ExtResource("1")
dict1 = {}
dict2 = {
"some_array": 0.0,
"some_color": 0.25
}
dict3 = {}
arr = null
arr2 = null
[sub_resource type="Resource" id="Resource_2rl7o"]
script = ExtResource("1")
dict1 = {}
dict2 = {
"cool_property": 9
}
dict3 = {
"boring_property": Color(0.745098, 0.745098, 0.745098, 1)
}
arr = null
arr2 = null
res = SubResource("Resource_gql8f")
[sub_resource type="Resource" id="Resource_h5ru4"]
script = ExtResource("1")
dict1 = {}
dict2 = {
"cool_property": 9
}
dict3 = {
"boring_property": Color(0.745098, 0.745098, 0.745098, 1)
}
arr = null
arr2 = null
res = SubResource("Resource_2rl7o")
[sub_resource type="Resource" id="Resource_jsmc6"]
script = ExtResource("1")
dict1 = {}
dict2 = {
"cool_property": 9
}
dict3 = {
"boring_property": Color(0.745098, 0.745098, 0.745098, 1)
}
arr = []
arr2 = PackedStringArray()
res = SubResource("Resource_h5ru4")
[resource]
script = ExtResource("1")
dict1 = {
true: ["nested, dynamic!", 200.0],
"key": Color(0.117647, 1, 0.52549, 1),
Vector2(0.13, 0): null
}
dict2 = {
"Even supports non-string keys!": Color(0.8, 0.0823529, 0.0823529, 1),
"Some number.": 0.78,
"Some vector...": Vector3(0.16, 0, 0),
AABB(0, 0, 7.74, 0, 0, 0): {
"Whole nested dict???": true
},
AABB(0.71, 0.47, 0.67, 1.34, 0.6, 16.5): ["nested array!", ExtResource("2"), 11.0]
}
dict3 = {
"Enter value...": [0.0, Vector2(0, 0), Color(0, 0, 0, 1), "See? Any type.", ExtResource("3")]
}
arr = [{
0: 0
}]
arr2 = PackedStringArray()
res = SubResource("Resource_jsmc6")