143 lines
4.8 KiB
Plaintext
143 lines
4.8 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://djhq68y24p5px"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://biir7hjo6b4nl" path="res://adventurer-profile-pic.png" id="1_4aa5t"]
|
|
|
|
[node name="Profile Window" type="Window"]
|
|
oversampling_override = 1.0
|
|
size = Vector2i(210, 265)
|
|
wrap_controls = true
|
|
unresizable = true
|
|
popup_window = true
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchors_preset = -1
|
|
offset_right = 40.0
|
|
offset_bottom = 50.0
|
|
theme_override_constants/margin_left = 3
|
|
theme_override_constants/margin_top = 4
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Sprite2D" type="TextureRect" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_4aa5t")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = -4
|
|
|
|
[node name="ClassLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/line_spacing = 0
|
|
text = "Class"
|
|
|
|
[node name="LevelLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Lv ##"
|
|
|
|
[node name="ExpLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/line_spacing = 0
|
|
text = "Exp: ##/##"
|
|
|
|
[node name="LifeLabel" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
custom_minimum_size = Vector2(100, 0)
|
|
layout_mode = 2
|
|
text = "Life: ####/####"
|
|
|
|
[node name="EnergyLabel" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/line_spacing = 0
|
|
text = "Energy: ####/####"
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
custom_minimum_size = Vector2(100, 0)
|
|
layout_mode = 2
|
|
theme_override_constants/separation = -8
|
|
|
|
[node name="STRLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Stat: ##"
|
|
|
|
[node name="INTLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Stat: ##"
|
|
|
|
[node name="DEXLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Stat: ##"
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
|
|
custom_minimum_size = Vector2(100, 0)
|
|
layout_mode = 2
|
|
theme_override_constants/separation = -8
|
|
|
|
[node name="CHALabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "Stat: ##"
|
|
|
|
[node name="FAILabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "Stat: ##"
|
|
|
|
[node name="LUKLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2/VBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "Stat: ##"
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="WeaponIcon" type="TextureRect" parent="MarginContainer/VBoxContainer/HBoxContainer3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_4aa5t")
|
|
|
|
[node name="ArmorIcon" type="TextureRect" parent="MarginContainer/VBoxContainer/HBoxContainer3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_4aa5t")
|
|
|
|
[node name="AccessoryIcon" type="TextureRect" parent="MarginContainer/VBoxContainer/HBoxContainer3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_4aa5t")
|
|
|
|
[node name="ConsumableList" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="Sprite2D" type="TextureRect" parent="MarginContainer/VBoxContainer/ConsumableList"]
|
|
custom_minimum_size = Vector2(32, 32)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_4aa5t")
|
|
expand_mode = 1
|
|
|
|
[node name="Sprite2D2" type="TextureRect" parent="MarginContainer/VBoxContainer/ConsumableList"]
|
|
custom_minimum_size = Vector2(32, 32)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_4aa5t")
|
|
expand_mode = 1
|
|
|
|
[node name="Sprite2D3" type="TextureRect" parent="MarginContainer/VBoxContainer/ConsumableList"]
|
|
custom_minimum_size = Vector2(32, 32)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_4aa5t")
|
|
expand_mode = 1
|
|
|
|
[node name="Sprite2D4" type="TextureRect" parent="MarginContainer/VBoxContainer/ConsumableList"]
|
|
custom_minimum_size = Vector2(32, 32)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_4aa5t")
|
|
expand_mode = 1
|
|
|
|
[node name="Sprite2D5" type="TextureRect" parent="MarginContainer/VBoxContainer/ConsumableList"]
|
|
custom_minimum_size = Vector2(32, 32)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_4aa5t")
|
|
expand_mode = 1
|