diff options
Diffstat (limited to 'client/menu/credits_menu.tscn')
-rw-r--r-- | client/menu/credits_menu.tscn | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/client/menu/credits_menu.tscn b/client/menu/credits_menu.tscn index 65035329..e3cfa5b4 100644 --- a/client/menu/credits_menu.tscn +++ b/client/menu/credits_menu.tscn @@ -1,9 +1,8 @@ -[gd_scene load_steps=6 format=3 uid="uid://7mqbxa054bjv"] +[gd_scene load_steps=5 format=3 uid="uid://7mqbxa054bjv"] -[ext_resource type="PackedScene" uid="uid://bgt88u55bndd3" path="res://scenes/menu_background.tscn" id="1_5ay7o"] -[ext_resource type="Script" path="res://scripts/credits_menu.gd" id="1_igs63"] -[ext_resource type="PackedScene" uid="uid://ds1njrptrpdco" path="res://scenes/menu_background_scene.tscn" id="2_k0853"] -[ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://scenes/scene_transition.tscn" id="4_fbbdb"] +[ext_resource type="Script" path="res://menu/credits_menu.gd" id="1_igs63"] +[ext_resource type="PackedScene" uid="uid://l4vm07dtda4j" path="res://menu/menu_background.tscn" id="2_k0853"] +[ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://menu/scene_transition.tscn" id="4_fbbdb"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_p2qmw"] bg_color = Color(0, 0, 0, 0.576471) @@ -17,17 +16,9 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_igs63") -[node name="MenuBackground" parent="." instance=ExtResource("1_5ay7o")] -layout_mode = 1 +[node name="MenuBackground" parent="." instance=ExtResource("2_k0853")] 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("2_k0853")] - [node name="Panel" type="Panel" parent="."] layout_mode = 1 anchors_preset = 15 @@ -78,6 +69,5 @@ text = "Back" [node name="SceneTransition" parent="." instance=ExtResource("4_fbbdb")] layout_mode = 1 -color = Color(0, 0, 0, 1) [connection signal="pressed" from="Panel/back" to="." method="_on_back_pressed"] |