diff options
author | cel 🌸 <cel@blos.sm> | 2023-07-09 17:05:00 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-07-09 17:05:00 +0100 |
commit | 041ce9927f269ce55cb5a5dfa1e3f9f668590fcf (patch) | |
tree | 94425707e7be1eb43d7589debd3b91fa63f81462 /Nodes | |
parent | 859563f6ad4370a7f5f96963d63f4d83eecad9a4 (diff) | |
parent | e789ce08fed7a1b1023c411a7661bac6c8b0fa30 (diff) | |
download | 2023-curve-smoothing.tar.gz 2023-curve-smoothing.tar.bz2 2023-curve-smoothing.zip |
fix crash 2: electric boogaloocurve-smoothing
Diffstat (limited to '')
-rw-r--r-- | Nodes/driving_test.tscn | 2 | ||||
-rw-r--r-- | Nodes/ui.tscn | 2 |
2 files changed, 2 insertions, 2 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..fb68989 100644 --- a/Nodes/ui.tscn +++ b/Nodes/ui.tscn @@ -280,7 +280,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:" |