small racing game im working on
Diffstat (limited to 'start.tscn')
-rw-r--r--start.tscn4
1 files changed, 3 insertions, 1 deletions
diff --git a/start.tscn b/start.tscn
index 6e99a13..9330bfc 100644
--- a/start.tscn
+++ b/start.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=8 format=3 uid="uid://bvfqaoqjsxj73"]
+[gd_scene load_steps=9 format=3 uid="uid://bvfqaoqjsxj73"]
[ext_resource type="Theme" uid="uid://cru1d7n2ftrfm" path="res://ui/theme.tres" id="1_gm0ws"]
[ext_resource type="Script" path="res://ui/tracks.gd" id="2_po2ce"]
@@ -6,6 +6,7 @@
[ext_resource type="Resource" path="res://tracks/test.tres" id="4_3xqvr"]
[ext_resource type="PackedScene" uid="uid://dhiei0g5tr74s" path="res://scenes/race_high.tscn" id="5_m5kci"]
[ext_resource type="Resource" path="res://tracks/the fallen tramps.tres" id="5_qwie6"]
+[ext_resource type="PackedScene" uid="uid://demunxvqkmtwa" path="res://scenes/ghost_watcher.tscn" id="7_6ph7w"]
[ext_resource type="PackedScene" uid="uid://dfvtugujgcjcw" path="res://ui/track_button.tscn" id="7_pchkj"]
[node name="start" type="Control"]
@@ -43,4 +44,5 @@ columns = 5
script = ExtResource("2_po2ce")
tracks = Array[Resource("res://classes/track.gd")]([ExtResource("3_0yjp1"), ExtResource("4_3xqvr"), ExtResource("5_qwie6")])
race = ExtResource("5_m5kci")
+ghost_watch = ExtResource("7_6ph7w")
trackbutton = ExtResource("7_pchkj")