[gd_scene load_steps=3 format=2] [ext_resource path="res://UpgradeMenu.gd" type="Script" id=1] [sub_resource type="Theme" id=1] [node name="UpgradeMenu" type="Node"] pause_mode = 2 script = ExtResource( 1 ) _sections_unfolded = [ "Pause" ] [node name="Resume" type="Button" parent="." index="0"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 287.0 margin_top = 481.0 margin_right = 770.0 margin_bottom = 523.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false focus_mode = 2 mouse_filter = 0 mouse_default_cursor_shape = 0 size_flags_horizontal = 1 size_flags_vertical = 1 theme = SubResource( 1 ) toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null text = "Resume" flat = false align = 1 _sections_unfolded = [ "Theme" ] [node name="Refund" type="Button" parent="." index="1"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 618.0 margin_top = 174.0 margin_right = 742.0 margin_bottom = 277.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false focus_mode = 2 mouse_filter = 0 mouse_default_cursor_shape = 0 size_flags_horizontal = 1 size_flags_vertical = 1 toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null text = "Refund" flat = false align = 1 [connection signal="pressed" from="Resume" to="." method="_on_Button_pressed"] [connection signal="pressed" from="Refund" to="." method="_on_Refund_pressed"]