small racing game im working on
Diffstat (limited to 'start.tscn')
| -rw-r--r-- | start.tscn | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,8 +1,9 @@ -[gd_scene load_steps=5 format=3 uid="uid://co11ood2nmady"] +[gd_scene load_steps=6 format=3 uid="uid://co11ood2nmady"] [ext_resource type="Theme" uid="uid://d3ywcokn5ddy8" path="res://ui/theme.tres" id="1_gm0ws"] [ext_resource type="PackedScene" uid="uid://oq2hhcxu57xx" path="res://ui/tabs/create.tscn" id="2_sm0m7"] [ext_resource type="PackedScene" uid="uid://6p50mntqmyvq" path="res://ui/tabs/play.tscn" id="3_4rfac"] +[ext_resource type="PackedScene" uid="uid://difst0fhw1538" path="res://ui/tabs/settings.tscn" id="4_r4bcq"] [ext_resource type="AudioStream" uid="uid://bwiyphl31lwu6" path="res://assets/sounds/music.ogg" id="9_ma7kx"] [node name="start" type="Control"] @@ -37,6 +38,10 @@ layout_mode = 2 visible = false layout_mode = 2 +[node name="settings" parent="margin/tabs" instance=ExtResource("4_r4bcq")] +visible = false +layout_mode = 2 + [node name="music" type="AudioStreamPlayer" parent="."] stream = ExtResource("9_ma7kx") volume_db = -25.0 |