small racing game im working on
Diffstat (limited to 'start.tscn')
| -rw-r--r-- | start.tscn | 26 |
1 files changed, 10 insertions, 16 deletions
@@ -1,10 +1,10 @@ [gd_scene load_steps=6 format=3 uid="uid://co11ood2nmady"] -[ext_resource type="Theme" uid="uid://d3ywcokn5ddy8" path="res://ui/theme.tres" id="1_ststg"] -[ext_resource type="PackedScene" uid="uid://6p50mntqmyvq" path="res://ui/tabs/play.tscn" id="2_yq8xi"] -[ext_resource type="PackedScene" uid="uid://oq2hhcxu57xx" path="res://ui/tabs/create.tscn" id="3_ygm76"] -[ext_resource type="PackedScene" uid="uid://difst0fhw1538" path="res://ui/tabs/settings.tscn" id="4_vbbtc"] -[ext_resource type="AudioStream" uid="uid://bwiyphl31lwu6" path="res://assets/sounds/music.ogg" id="5_6lkot"] +[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"] layout_mode = 3 @@ -13,7 +13,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -theme = ExtResource("1_ststg") +theme = ExtResource("1_gm0ws") [node name="margin" type="MarginContainer" parent="."] layout_mode = 1 @@ -30,26 +30,20 @@ theme_override_constants/margin_bottom = 50 [node name="tabs" type="TabContainer" parent="margin"] layout_mode = 2 tab_alignment = 1 -current_tab = 0 -[node name="play" parent="margin/tabs" instance=ExtResource("2_yq8xi")] +[node name="play" parent="margin/tabs" instance=ExtResource("3_4rfac")] layout_mode = 2 -metadata/_tab_index = 0 -[node name="create" parent="margin/tabs" instance=ExtResource("3_ygm76")] +[node name="create" parent="margin/tabs" instance=ExtResource("2_sm0m7")] visible = false layout_mode = 2 -metadata/_tab_index = 1 -[node name="settings" parent="margin/tabs" instance=ExtResource("4_vbbtc")] +[node name="settings" parent="margin/tabs" instance=ExtResource("4_r4bcq")] visible = false layout_mode = 2 -metadata/_tab_index = 2 [node name="music" type="AudioStreamPlayer" parent="."] -stream = ExtResource("5_6lkot") +stream = ExtResource("9_ma7kx") volume_db = -25.0 autoplay = true bus = &"music" - -[connection signal="cfg" from="margin/tabs/play" to="margin/tabs/create" method="_on_recieve_cfg"] |