Skip to content

Commit bba406a

Browse files
authored
Merge pull request #1784 from endlessm/elements-scale-museum
Add museum with size of characters and props
2 parents 39f1aa1 + 28ab675 commit bba406a

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
[gd_scene load_steps=10 format=3 uid="uid://cm88m1ynn3mp0"]
2+
3+
[ext_resource type="Texture2D" uid="uid://caajyl18koevp" path="res://scenes/game_elements/props/decoration/hiding_mushroom/components/Mushroom_Idle.png" id="2_gqoln"]
4+
[ext_resource type="Texture2D" uid="uid://b65dg7i548oip" path="res://scenes/game_elements/props/decoration/books/components/Books_1.png" id="2_jwcoy"]
5+
[ext_resource type="Texture2D" uid="uid://dqvj0682oytop" path="res://scenes/game_elements/props/decoration/bush/components/Bush_Green_Large.png" id="3_wcpm3"]
6+
[ext_resource type="Texture2D" uid="uid://dcolxb7p4oyob" path="res://scenes/game_elements/characters/player/components/storyweaver_red_idle.png" id="4_gqoln"]
7+
[ext_resource type="Texture2D" uid="uid://c1oq5t3ql24cn" path="res://scenes/game_elements/characters/enemies/guard/components/storyvore_idle_blue.png" id="5_gi7q7"]
8+
[ext_resource type="Texture2D" uid="uid://dqqpdpbahw71l" path="res://scenes/game_elements/characters/enemies/throwing_enemy/components/inkdrinker_idle_purple.png" id="6_fmc7b"]
9+
[ext_resource type="Texture2D" uid="uid://wp4gcho1a4bn" path="res://scenes/game_elements/characters/components/assets/elder_idle.png" id="7_1jyb6"]
10+
[ext_resource type="Texture2D" uid="uid://dyf1kgdf0ovtj" path="res://scenes/game_elements/props/buildings/house/components/House_Patch_Blue_01.png" id="8_f4mxb"]
11+
[ext_resource type="Texture2D" uid="uid://dc4nuj702f442" path="res://scenes/game_elements/props/tree/components/Tree_Patches_Green.png" id="9_hjmsw"]
12+
13+
[node name="ElementsScaleMuseum" type="Node2D"]
14+
metadata/_edit_horizontal_guides_ = [-43.0, -46.0, -56.0, -81.0, -86.0, -99.0, -129.0, -187.0]
15+
16+
[node name="Camera2D" type="Camera2D" parent="."]
17+
position = Vector2(394, -106)
18+
19+
[node name="Lines" type="Node2D" parent="."]
20+
21+
[node name="Line2D9" type="Line2D" parent="Lines"]
22+
position = Vector2(0, -186.5)
23+
points = PackedVector2Array(0, 0, 750, 0)
24+
width = 1.0
25+
default_color = Color(0.2509804, 0.627451, 0.44313726, 1)
26+
27+
[node name="Line2D8" type="Line2D" parent="Lines"]
28+
position = Vector2(0, -128.5)
29+
points = PackedVector2Array(0, 0, 601, 0)
30+
width = 1.0
31+
default_color = Color(0.28627452, 0.654902, 0.7490196, 1)
32+
33+
[node name="Line2D7" type="Line2D" parent="Lines"]
34+
position = Vector2(0, -128.5)
35+
points = PackedVector2Array(0, 0, 515, 0)
36+
width = 1.0
37+
default_color = Color(0.87058824, 0.34509805, 0.4745098, 1)
38+
39+
[node name="Line2D6" type="Line2D" parent="Lines"]
40+
position = Vector2(0, -98.5)
41+
points = PackedVector2Array(0, 0, 399, 0)
42+
width = 1.0
43+
default_color = Color(0.49411765, 0.4392157, 0.73333335, 1)
44+
45+
[node name="Line2D5" type="Line2D" parent="Lines"]
46+
position = Vector2(0, -85.5)
47+
points = PackedVector2Array(0, 0, 336, 0)
48+
width = 1.0
49+
default_color = Color(0.19607843, 0.43137255, 0.4745098, 1)
50+
51+
[node name="Line2D4" type="Line2D" parent="Lines"]
52+
position = Vector2(0, -80.5)
53+
points = PackedVector2Array(0, 0, 249, 0)
54+
width = 1.0
55+
default_color = Color(0.90588236, 0.38039216, 0.38039216, 1)
56+
57+
[node name="Line2D3" type="Line2D" parent="Lines"]
58+
position = Vector2(0, -55.5)
59+
points = PackedVector2Array(0, 0, 174, 0)
60+
width = 1.0
61+
default_color = Color(0.2509804, 0.627451, 0.44313726, 1)
62+
63+
[node name="Line2D2" type="Line2D" parent="Lines"]
64+
position = Vector2(0, -45.5)
65+
points = PackedVector2Array(0, 0, 126, 0)
66+
width = 1.0
67+
default_color = Color(0.87058824, 0.34509805, 0.4745098, 1)
68+
69+
[node name="Line2D" type="Line2D" parent="Lines"]
70+
position = Vector2(0, -42.5)
71+
points = PackedVector2Array(0, 0, 71, 0)
72+
width = 1.0
73+
default_color = Color(0.827451, 0.28627452, 0.28627452, 1)
74+
75+
[node name="Assets" type="Node2D" parent="."]
76+
77+
[node name="MushroomIdle" type="Sprite2D" parent="Assets"]
78+
position = Vector2(70, -23)
79+
texture = ExtResource("2_gqoln")
80+
81+
[node name="Books1" type="Sprite2D" parent="Assets"]
82+
position = Vector2(125, -27)
83+
texture = ExtResource("2_jwcoy")
84+
85+
[node name="BushGreenLarge" type="Sprite2D" parent="Assets"]
86+
position = Vector2(186, -29)
87+
texture = ExtResource("3_wcpm3")
88+
hframes = 4
89+
90+
[node name="StoryweaverRedIdle" type="Sprite2D" parent="Assets"]
91+
position = Vector2(253, -28)
92+
texture = ExtResource("4_gqoln")
93+
hframes = 10
94+
95+
[node name="StoryvoreIdleBlue" type="Sprite2D" parent="Assets"]
96+
position = Vector2(336, -38)
97+
texture = ExtResource("5_gi7q7")
98+
hframes = 11
99+
100+
[node name="InkdrinkerIdlePurple" type="Sprite2D" parent="Assets"]
101+
position = Vector2(412, -41)
102+
texture = ExtResource("6_fmc7b")
103+
hframes = 8
104+
105+
[node name="ElderIdle" type="Sprite2D" parent="Assets"]
106+
position = Vector2(476, -57)
107+
texture = ExtResource("7_1jyb6")
108+
hframes = 18
109+
110+
[node name="HousePatchBlue01" type="Sprite2D" parent="Assets"]
111+
position = Vector2(612, -82)
112+
texture = ExtResource("8_f4mxb")
113+
114+
[node name="TreePatchesGreen" type="Sprite2D" parent="Assets"]
115+
position = Vector2(746, -95)
116+
texture = ExtResource("9_hjmsw")
117+
hframes = 6

0 commit comments

Comments
 (0)