41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dp5d3hchmck2k"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://biir7hjo6b4nl" path="res://graphics/adventurer-profile-pic.png" id="1_fbpt3"]
|
|
[ext_resource type="Script" uid="uid://b5v1r3u5gbpfw" path="res://scripts/member_panel_entry.gd" id="1_vig4g"]
|
|
|
|
[node name="MemberPanelEntry" type="PanelContainer"]
|
|
script = ExtResource("1_vig4g")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_fbpt3")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="NameLabel" type="Label" parent="HBoxContainer/VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(190, 0)
|
|
layout_mode = 2
|
|
text = "Test test"
|
|
|
|
[node name="LevelLabel" type="Label" parent="HBoxContainer/VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Lv99"
|
|
horizontal_alignment = 2
|
|
|
|
[node name="JobLabel" type="Label" parent="HBoxContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Adventurer"
|
|
|
|
[connection signal="gui_input" from="." to="." method="_on_gui_input"]
|