diff options
Diffstat (limited to 'ui/login/character_selection_item.tscn')
-rw-r--r-- | ui/login/character_selection_item.tscn | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/ui/login/character_selection_item.tscn b/ui/login/character_selection_item.tscn index adc37bb..4b8a249 100644 --- a/ui/login/character_selection_item.tscn +++ b/ui/login/character_selection_item.tscn @@ -1,9 +1,10 @@ -[gd_scene load_steps=6 format=3 uid="uid://rrd131rq74n5"] +[gd_scene load_steps=7 format=3 uid="uid://rrd131rq74n5"] [ext_resource type="Script" uid="uid://bsglhorusc7ug" path="res://ui/login/character_selection_item.gd" id="1_25yur"] [ext_resource type="Texture2D" uid="uid://danymuvfjf4o1" path="res://client_data/data/sprite/Àΰ£Á·/¸Ó¸®Åë/³²/16_³²/000.png" id="2_aqbfs"] [ext_resource type="Texture2D" uid="uid://cwqgdd00sf7pu" path="res://client_data/data/sprite/Àΰ£Á·/¸öÅë/³²/Ãʺ¸ÀÚ_³²/000.png" id="3_xv3pn"] -[ext_resource type="Theme" uid="uid://c6y6r8kcnbb10" path="res://ui/theme_clear.tres" id="4_u21ok"] +[ext_resource type="PackedScene" uid="uid://knmmuhon34rh" path="res://ui/bmp_texture_rect.tscn" id="4_vhrt2"] +[ext_resource type="Texture2D" uid="uid://g2cx2uuvffe" path="res://client_data/data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/login_interface/box_select.bmp" id="5_vhrt2"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_u21ok"] bg_color = Color(0, 0, 0, 0.0980392) @@ -15,9 +16,9 @@ border_width_bottom = 1 border_color = Color(0.760784, 0.760784, 0.760784, 1) [node name="CharacterSelectionItem" type="PanelContainer"] -custom_minimum_size = Vector2(150, 150) -offset_right = 150.0 -offset_bottom = 163.0 +custom_minimum_size = Vector2(141, 146) +offset_right = 141.0 +offset_bottom = 146.0 mouse_default_cursor_shape = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_u21ok") script = ExtResource("1_25yur") @@ -52,12 +53,12 @@ layout_mode = 2 texture = ExtResource("3_xv3pn") stretch_mode = 3 -[node name="Name" type="Label" parent="MarginContainer/VBoxContainer"] +[node name="SelectionBorder" parent="." instance=ExtResource("4_vhrt2")] unique_name_in_owner = true +show_behind_parent = true layout_mode = 2 -theme = ExtResource("4_u21ok") -text = "Name" -horizontal_alignment = 1 +texture = ExtResource("5_vhrt2") +stretch_mode = 4 [connection signal="gui_input" from="." to="." method="_on_gui_input"] [connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"] |