[gd_scene load_steps=6 format=2] [ext_resource path="res://theme/menu_theme.tres" type="Theme" id=1] [ext_resource path="res://PC.tscn" type="PackedScene" id=2] [ext_resource path="res://shaders/box_shadermat.tres" type="Material" id=3] [ext_resource path="res://theme/border_stylebox_black.tres" type="StyleBox" id=4] [ext_resource path="res://widgets/SaveSlot.gd" type="Script" id=5] [node name="SaveSlot" type="PanelContainer"] material = ExtResource( 3 ) theme = ExtResource( 1 ) custom_styles/panel = ExtResource( 4 ) script = ExtResource( 5 ) [node name="HBoxContainer" type="HBoxContainer" parent="."] margin_left = 4.0 margin_top = 4.0 margin_right = 220.0 margin_bottom = 40.0 [node name="left_labels" type="VBoxContainer" parent="HBoxContainer"] margin_right = 40.0 margin_bottom = 36.0 rect_min_size = Vector2( 40, 0 ) [node name="lbl_name" type="Label" parent="HBoxContainer/left_labels"] unique_name_in_owner = true margin_right = 40.0 margin_bottom = 14.0 size_flags_vertical = 1 text = "Butz" [node name="lbl_gametime" type="Label" parent="HBoxContainer/left_labels"] unique_name_in_owner = true margin_top = 22.0 margin_right = 40.0 margin_bottom = 36.0 size_flags_vertical = 8 text = "13:42" align = 2 [node name="PCs" type="Control" parent="HBoxContainer"] unique_name_in_owner = true margin_left = 48.0 margin_right = 136.0 margin_bottom = 36.0 rect_min_size = Vector2( 88, 0 ) [node name="PC1" parent="HBoxContainer/PCs" instance=ExtResource( 2 )] [node name="PC2" parent="HBoxContainer/PCs" instance=ExtResource( 2 )] position = Vector2( 24, 0 ) [node name="PC3" parent="HBoxContainer/PCs" instance=ExtResource( 2 )] position = Vector2( 48, 0 ) [node name="PC4" parent="HBoxContainer/PCs" instance=ExtResource( 2 )] position = Vector2( 72, 0 ) [node name="right_labels" type="VBoxContainer" parent="HBoxContainer"] margin_left = 144.0 margin_right = 216.0 margin_bottom = 36.0 rect_min_size = Vector2( 72, 0 ) [node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/right_labels"] margin_right = 72.0 margin_bottom = 14.0 [node name="lbl_level" type="Label" parent="HBoxContainer/right_labels/HBoxContainer"] unique_name_in_owner = true margin_right = 14.0 margin_bottom = 14.0 size_flags_vertical = 1 text = "LV" [node name="lbl_level_num" type="Label" parent="HBoxContainer/right_labels/HBoxContainer"] unique_name_in_owner = true margin_left = 22.0 margin_right = 72.0 margin_bottom = 14.0 size_flags_horizontal = 3 size_flags_vertical = 1 text = "33" align = 2 [node name="lbl_hp" type="Label" parent="HBoxContainer/right_labels"] unique_name_in_owner = true margin_top = 22.0 margin_right = 72.0 margin_bottom = 36.0 size_flags_vertical = 9 text = "1345/1345" align = 2