1- [gd_scene load_steps =9 format =3 uid ="uid://c4vmb783d3v03" ]
1+ [gd_scene load_steps =10 format =3 uid ="uid://c4vmb783d3v03" ]
22
33[ext_resource type ="Script" uid ="uid://cetn71kolbrmg" path ="res://Scenes/ChestScene/ChestScene.cs" id ="1_ardd2" ]
44[ext_resource type ="AudioStream" uid ="uid://be5ial13ynf3o" path ="res://Audio/Song1.ogg" id ="2_x78jo" ]
55[ext_resource type ="Script" uid ="uid://pl57giqyhckb" path ="res://Scenes/UI/Scripts/MenuModule.cs" id ="3_5uvci" ]
66[ext_resource type ="Shader" uid ="uid://dp36iuuy414k1" path ="res://SharedAssets/StarryNight.gdshader" id ="5_whthd" ]
77[ext_resource type ="Texture2D" uid ="uid://qhwve7fik4do" path ="res://SharedAssets/BackGround_Full.png" id ="6_37nar" ]
88[ext_resource type ="Texture2D" uid ="uid://d0ywqw1j1k71v" path ="res://Scenes/ChestScene/Assets/Chest.png" id ="6_58hf4" ]
9+ [ext_resource type ="Theme" uid ="uid://bcejp4llrb3m0" path ="res://Scenes/UI/Assets/EmptyButton.tres" id ="6_pisq4" ]
910[ext_resource type ="Texture2D" uid ="uid://dbjotl0v1ymia" path ="res://SharedAssets/BattleFrame1.png" id ="7_kkck7" ]
1011
1112[sub_resource type ="ShaderMaterial" id ="ShaderMaterial_8x17a" ]
@@ -18,7 +19,7 @@ shader_parameter/time_scale = 1.0
1819[node name ="ChestScene" type ="Node2D" node_paths =PackedStringArray ("ChestButton" , "PlayerMarker" )]
1920process_mode = 1
2021script = ExtResource ("1_ardd2" )
21- ChestButton = NodePath ("ChestButton" )
22+ ChestButton = NodePath ("CenterContainer/VBoxContainer/ ChestButton" )
2223PlayerMarker = NodePath ("PlayerMarker" )
2324
2425[node name ="AudioStreamPlayer" type ="AudioStreamPlayer" parent ="." ]
@@ -45,12 +46,34 @@ offset_right = 640.0
4546offset_bottom = 360.0
4647texture = ExtResource ("7_kkck7" )
4748
48- [node name ="ChestButton " type ="Button " parent ="." ]
49- offset_left = 375 .0
50- offset_top = 126 .0
51- offset_right = 431 .0
49+ [node name ="CenterContainer " type ="CenterContainer " parent ="." ]
50+ offset_left = 348 .0
51+ offset_top = 88 .0
52+ offset_right = 424 .0
5253offset_bottom = 166.0
54+
55+ [node name ="VBoxContainer" type ="VBoxContainer" parent ="CenterContainer" ]
56+ layout_mode = 2
57+
58+ [node name ="OpenLabel" type ="Label" parent ="CenterContainer/VBoxContainer" ]
59+ layout_mode = 2
60+ theme_override_colors/font_shadow_color = Color (0 , 0 , 0 , 1 )
61+ theme_override_colors/font_outline_color = Color (0 , 0 , 0 , 1 )
62+ theme_override_constants/shadow_offset_x = 2
63+ theme_override_constants/shadow_offset_y = 3
64+ theme_override_constants/outline_size = 2
65+ theme_override_constants/shadow_outline_size = 6
66+ theme_override_font_sizes/font_size = 48
67+ text = "!"
68+ horizontal_alignment = 1
69+ vertical_alignment = 1
70+
71+ [node name ="ChestButton" type ="Button" parent ="CenterContainer/VBoxContainer" ]
72+ custom_minimum_size = Vector2 (60 , 44 )
73+ layout_mode = 2
74+ theme = ExtResource ("6_pisq4" )
5375icon = ExtResource ("6_58hf4" )
76+ icon_alignment = 1
5477
5578[node name ="SubViewportContainer" type ="SubViewportContainer" parent ="." ]
5679z_index = -2
0 commit comments