[gd_scene load_steps=7 format=2] [ext_resource path="res://userInterface/But_ChangeScene.tscn" type="PackedScene" id=1] [ext_resource path="res://screens/MenuScreen.gd" type="Script" id=2] [ext_resource path="res://assets/liberation_serif_40pt.tres" type="DynamicFont" id=3] [ext_resource path="res://userInterface/Title.tscn" type="PackedScene" id=5] [ext_resource path="res://assets/ui_controlNode_dark_theme.tres" type="Theme" id=6] [ext_resource path="res://userInterface/But_Quit.tscn" type="PackedScene" id=10] [node name="MenuScreen" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 6 ) script = ExtResource( 2 ) [node name="Background" type="Panel" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 __meta__ = { "_edit_use_anchors_": false } [node name="Title" parent="." instance=ExtResource( 5 )] margin_top = 51.8676 margin_bottom = 117.868 custom_fonts/font = ExtResource( 3 ) [node name="VBoxContainer" type="VBoxContainer" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -119.0 margin_top = -152.0 margin_right = 119.0 margin_bottom = 152.0 rect_scale = Vector2( 1.04675, 1.07389 ) __meta__ = { "_edit_use_anchors_": false } [node name="But_NewGame" parent="VBoxContainer" instance=ExtResource( 1 )] margin_right = 238.0 margin_bottom = 40.0 [node name="But_LoadGame" parent="VBoxContainer" instance=ExtResource( 1 )] margin_top = 44.0 margin_right = 238.0 margin_bottom = 85.0 text = "Load Game" [node name="But_Multiplayer" parent="VBoxContainer" instance=ExtResource( 1 )] margin_top = 89.0 margin_right = 238.0 margin_bottom = 130.0 text = "Multiplayer" [node name="But_AddChar" parent="VBoxContainer" instance=ExtResource( 1 )] margin_top = 134.0 margin_right = 238.0 margin_bottom = 174.0 text = "Add Character" [node name="But_ImportChar2" parent="VBoxContainer" instance=ExtResource( 1 )] margin_top = 178.0 margin_right = 238.0 margin_bottom = 219.0 text = "Import Character" [node name="But_Settings" parent="VBoxContainer" instance=ExtResource( 1 )] margin_top = 223.0 margin_right = 238.0 margin_bottom = 264.0 text = "Settings" [node name="But_Quit" parent="VBoxContainer" instance=ExtResource( 10 )] margin_top = 268.0 margin_right = 238.0 margin_bottom = 304.0 [node name="Version" type="Label" parent="."] anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = -177.0 margin_top = -44.0 margin_right = -5.0 margin_bottom = -6.0 text = "Version: 0.0.0" __meta__ = { "_edit_use_anchors_": false }