diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
commit | 03d408f1b69a7b25d4f1b81db274bf69010a490a (patch) | |
tree | 5835d6c157a14cae0ae9c06b14d1bdaaec22526f /client/menu/main_menu.tscn | |
parent | 3885cbfae528608350804f704dba9c82fdbfd027 (diff) | |
download | hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.bz2 hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.zst |
fix most dependencies
Diffstat (limited to 'client/menu/main_menu.tscn')
-rw-r--r-- | client/menu/main_menu.tscn | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/client/menu/main_menu.tscn b/client/menu/main_menu.tscn index ea9b31fb..7b0f9c20 100644 --- a/client/menu/main_menu.tscn +++ b/client/menu/main_menu.tscn @@ -1,10 +1,8 @@ -[gd_scene load_steps=7 format=3 uid="uid://dbj8508whxgwv"] +[gd_scene load_steps=5 format=3 uid="uid://dbj8508whxgwv"] -[ext_resource type="Theme" uid="uid://cnhhreuc4shxv" path="res://scenes/theme.tres" id="1_rmwly"] -[ext_resource type="Script" path="res://scripts/main_menu.gd" id="2_qot2j"] -[ext_resource type="PackedScene" uid="uid://bgt88u55bndd3" path="res://scenes/menu_background.tscn" id="3_f3j3x"] -[ext_resource type="PackedScene" uid="uid://ds1njrptrpdco" path="res://scenes/menu_background_scene.tscn" id="4_ydj5p"] -[ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://scenes/scene_transition.tscn" id="5_651nk"] +[ext_resource type="Script" path="res://menu/main_menu.gd" id="2_qot2j"] +[ext_resource type="PackedScene" uid="uid://l4vm07dtda4j" path="res://menu/menu_background.tscn" id="4_ydj5p"] +[ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://menu/scene_transition.tscn" id="5_651nk"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_d8o0f"] bg_color = Color(0, 0, 0, 0.329412) @@ -16,20 +14,11 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -theme = ExtResource("1_rmwly") script = ExtResource("2_qot2j") -[node name="MenuBackground" parent="." instance=ExtResource("3_f3j3x")] -layout_mode = 1 +[node name="MenuBackground" parent="." instance=ExtResource("4_ydj5p")] script = null -[node name="background_view2" type="SubViewport" parent="MenuBackground"] -handle_input_locally = false -size = Vector2i(1152, 648) -render_target_update_mode = 4 - -[node name="scene" parent="MenuBackground/background_view2" instance=ExtResource("4_ydj5p")] - [node name="side" type="PanelContainer" parent="."] layout_mode = 1 anchors_preset = 9 |