Skip to content

Commit 6042c70

Browse files
committed
chore: minor tweaks to UI
1 parent 49974da commit 6042c70

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

ui/UIPractice.tscn

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ margin_right = 619.0
125125
margin_bottom = 1040.0
126126

127127
[node name="SolutionContainer" type="PanelContainer" parent="Margin/Layout/OutputAnchors"]
128-
visible = false
129128
anchor_right = 1.0
130129
anchor_bottom = 1.0
131130
rect_clip_content = true

ui/screens/welcome_screen/WelcomeScreen.tscn

+13-5
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,18 @@ tracks/7/keys = {
307307
"update": 0,
308308
"values": [ Vector2( 733, 568 ) ]
309309
}
310+
tracks/8/type = "value"
311+
tracks/8/path = NodePath("TitleBackground/Title/TitleLinkLabel:rect_position")
312+
tracks/8/interp = 1
313+
tracks/8/loop_wrap = true
314+
tracks/8/imported = false
315+
tracks/8/enabled = true
316+
tracks/8/keys = {
317+
"times": PoolRealArray( 0 ),
318+
"transitions": PoolRealArray( 1 ),
319+
"update": 0,
320+
"values": [ Vector2( 25, 233 ) ]
321+
}
310322
311323
[sub_resource type="Animation" id=3]
312324
resource_name = "appear"
@@ -415,8 +427,7 @@ rect_pivot_offset = Vector2( 811, 264 )
415427
theme = ExtResource( 2 )
416428
script = ExtResource( 8 )
417429
__meta__ = {
418-
"_edit_horizontal_guides_": [ 1060.0 ],
419-
"_edit_use_anchors_": false
430+
"_edit_horizontal_guides_": [ 1060.0 ]
420431
}
421432
422433
[node name="ColorRect" type="ColorRect" parent="."]
@@ -724,9 +735,6 @@ anchor_right = 1.0
724735
anchor_bottom = 1.0
725736
texture = ExtResource( 5 )
726737
stretch_mode = 4
727-
__meta__ = {
728-
"_edit_use_anchors_": false
729-
}
730738
731739
[node name="StarGreen" parent="TitleBackground/Title" instance=ExtResource( 13 )]
732740
margin_left = 37.5

0 commit comments

Comments
 (0)