[gd_scene load_steps=5 format=2] [ext_resource path="res://src/GlobalMenu.gd" type="Script" id=1] [ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=2] [ext_resource path="res://styles/global_menu.stylebox" type="StyleBox" id=3] [ext_resource path="res://sprites/exit_symbol.svg" type="Texture" id=4] [node name="GlobalMenu" type="Node"] script = ExtResource( 1 ) [node name="MenuPanel" type="Panel" parent="."] anchor_right = 1.0 margin_bottom = 26.0 theme = ExtResource( 2 ) custom_styles/panel = ExtResource( 3 ) [node name="TitleScreenBtn" type="Button" parent="MenuPanel"] anchor_left = 1.0 anchor_top = 0.5 anchor_right = 1.0 anchor_bottom = 0.5 margin_left = -63.0 margin_top = -12.0 margin_right = -4.0 margin_bottom = 13.0 text = "Exit" icon = ExtResource( 4 ) flat = true