Skip to content

Commit 4b7f0c0

Browse files
committed
Fix scene
1 parent fccd885 commit 4b7f0c0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

scenes/main.tscn

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,15 @@ stretch_mode = 5
128128

129129
[node name="GlitchLogo" type="TextureRect" parent="UI/MarginContainer2/Control"]
130130
layout_mode = 1
131-
anchors_preset = 8
132-
anchor_left = 0.5
131+
anchors_preset = 6
132+
anchor_left = 1.0
133133
anchor_top = 0.5
134-
anchor_right = 0.5
134+
anchor_right = 1.0
135135
anchor_bottom = 0.5
136-
offset_left = -368.0
137-
offset_top = -400.0
138-
offset_right = 567.0
139-
offset_bottom = 521.0
140-
grow_horizontal = 2
136+
offset_left = -935.0
137+
offset_top = -460.5
138+
offset_bottom = 460.5
139+
grow_horizontal = 0
141140
grow_vertical = 2
142141
scale = Vector2(0.955, 0.955)
143142
pivot_offset = Vector2(467, 460)

0 commit comments

Comments
 (0)