diff options
author | tpart <tpart120@proton.me> | 2024-06-26 16:08:38 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-26 16:08:40 +0200 |
commit | 69bc0630667f285708ddbb74af8ef83f7a41fc23 (patch) | |
tree | de28fd0ca4404d75c9505a25a2d9f484e4fd61e2 /client/menu/credits_menu.tscn | |
parent | c4b0f8d698b574c711b1e205371adfd3e3339487 (diff) | |
download | hurrycurry-69bc0630667f285708ddbb74af8ef83f7a41fc23.tar hurrycurry-69bc0630667f285708ddbb74af8ef83f7a41fc23.tar.bz2 hurrycurry-69bc0630667f285708ddbb74af8ef83f7a41fc23.tar.zst |
Rewrite settings system; Add full controller support to settings; Add menu manager system
Diffstat (limited to 'client/menu/credits_menu.tscn')
-rw-r--r-- | client/menu/credits_menu.tscn | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/client/menu/credits_menu.tscn b/client/menu/credits_menu.tscn index a6536e16..372664d4 100644 --- a/client/menu/credits_menu.tscn +++ b/client/menu/credits_menu.tscn @@ -1,9 +1,7 @@ -[gd_scene load_steps=6 format=3 uid="uid://7mqbxa054bjv"] +[gd_scene load_steps=4 format=3 uid="uid://7mqbxa054bjv"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme.tres" id="1_emk5o"] [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.878431) @@ -18,8 +16,6 @@ grow_vertical = 2 theme = ExtResource("1_emk5o") script = ExtResource("1_igs63") -[node name="MenuBackground" parent="." instance=ExtResource("2_k0853")] - [node name="Panel" type="Panel" parent="."] layout_mode = 1 anchors_preset = 15 @@ -58,8 +54,4 @@ bbcode_enabled = true layout_mode = 2 text = "Back" -[node name="SceneTransition" parent="." instance=ExtResource("4_fbbdb")] -visible = false -layout_mode = 1 - [connection signal="pressed" from="Panel/MarginContainer/VBoxContainer/back" to="." method="_on_back_pressed"] |