78 lines
2.3 KiB
Plaintext
78 lines
2.3 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://bex2rdi5oh5cc"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://cra63if6tmpgy" path="res://styles/profile_panel.tres" id="1_cdssf"]
|
|
[ext_resource type="Script" uid="uid://b0obax7efrsy1" path="res://scripts/profile_popup.gd" id="1_pmp85"]
|
|
[ext_resource type="Texture2D" uid="uid://bldpiytpdrge6" path="res://graphics/icon.svg" id="3_mx633"]
|
|
[ext_resource type="Texture2D" uid="uid://bblr27slj6ap0" path="res://graphics/portraits/farmer_f.png" id="4_ileh1"]
|
|
|
|
[node name="Profile Popup" type="Control"]
|
|
layout_mode = 3
|
|
offset_top = -99.0
|
|
offset_bottom = -99.0
|
|
mouse_filter = 2
|
|
script = ExtResource("1_pmp85")
|
|
|
|
[node name="PanelContainer" type="Panel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = -138.0
|
|
offset_top = -113.0
|
|
offset_right = 144.0
|
|
theme_override_styles/panel = ExtResource("1_cdssf")
|
|
|
|
[node name="PortraitFrame" type="TextureRect" parent="PanelContainer"]
|
|
self_modulate = Color(1, 1, 1, 0)
|
|
clip_contents = true
|
|
layout_mode = 0
|
|
offset_left = 14.0
|
|
offset_top = 13.0
|
|
offset_right = 78.0
|
|
offset_bottom = 77.0
|
|
texture = ExtResource("3_mx633")
|
|
expand_mode = 1
|
|
|
|
[node name="Portrait" type="TextureRect" parent="PanelContainer/PortraitFrame"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 0
|
|
offset_right = 64.0
|
|
offset_bottom = 64.0
|
|
texture = ExtResource("4_ileh1")
|
|
expand_mode = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
|
|
custom_minimum_size = Vector2(200, 0)
|
|
layout_mode = 0
|
|
offset_left = 85.0
|
|
offset_top = 11.0
|
|
offset_right = 285.0
|
|
offset_bottom = 61.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/VBoxContainer"]
|
|
custom_minimum_size = Vector2(200, 0)
|
|
layout_mode = 2
|
|
|
|
[node name="NameLabel" type="Label" parent="PanelContainer/VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(150, 0)
|
|
layout_mode = 2
|
|
text = "Name"
|
|
|
|
[node name="LevelLabel" type="Label" parent="PanelContainer/VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Lvl"
|
|
horizontal_alignment = 2
|
|
|
|
[node name="JobLabel" type="Label" parent="PanelContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Class"
|
|
|
|
[node name="ActivityLabel" type="Label" parent="PanelContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 0
|
|
offset_left = 11.0
|
|
offset_top = 86.0
|
|
offset_right = 211.0
|
|
offset_bottom = 109.0
|
|
text = "Class"
|