diff options
Diffstat (limited to 'Nodes')
-rw-r--r-- | Nodes/driving_test.tscn | 2 | ||||
-rw-r--r-- | Nodes/ui.tscn | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Nodes/driving_test.tscn b/Nodes/driving_test.tscn index 86964c5..15e6af6 100644 --- a/Nodes/driving_test.tscn +++ b/Nodes/driving_test.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=5 format=3 uid="uid://b205qlgjrpeqi"] +[gd_scene load_steps=5 format=3 uid="uid://13ynwilqep0f"] [ext_resource type="Script" path="res://Scripts/scene_control.gd" id="1_eopk0"] [ext_resource type="PackedScene" uid="uid://cqglbcitm2wlb" path="res://Nodes/simple_wall.tscn" id="1_o5f4t"] diff --git a/Nodes/ui.tscn b/Nodes/ui.tscn index 877dcf0..aa40214 100644 --- a/Nodes/ui.tscn +++ b/Nodes/ui.tscn @@ -252,7 +252,6 @@ text = "Time: " label_settings = SubResource("LabelSettings_cg3a3") [node name="PostGameUI" type="Panel" parent="Control"] -visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -280,7 +279,7 @@ anchor_left = 0.3 anchor_top = 0.3 anchor_right = 0.5 anchor_bottom = 0.3 -offset_right = 10.0 +offset_right = -10.0 offset_bottom = 23.0 scale = Vector2(1, 1.02025) text = "Final Time:" |