clockwork-city/prefabs/lobby/player_entry.tscn

46 lines
1.4 KiB
Plaintext
Raw Normal View History

[gd_scene format=3 uid="uid://c1wn1ghkp12hb"]
[ext_resource type="Texture2D" uid="uid://dalonthk63q26" path="res://assets/ui_buttons/button UI.png" id="1_8wymv"]
[ext_resource type="Script" uid="uid://cnyjvrs1iem5" path="res://prefabs/lobby/player_entry.gd" id="1_41ya2"]
[sub_resource type="AtlasTexture" id="AtlasTexture_41ya2"]
atlas = ExtResource("1_8wymv")
region = Rect2(64, 64, 16, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_ysqhn"]
atlas = ExtResource("1_8wymv")
region = Rect2(80, 16, 16, 16)
[sub_resource type="LabelSettings" id="LabelSettings_yycat"]
resource_local_to_scene = true
font_size = 32
[node name="PlayerEntry" type="HBoxContainer" unique_id=2138291579]
theme_override_constants/separation = 20
script = ExtResource("1_41ya2")
[node name="UnreadyIcon" type="TextureRect" parent="." unique_id=723007847]
unique_name_in_owner = true
texture_filter = 1
custom_minimum_size = Vector2(40, 40)
layout_mode = 2
texture = SubResource("AtlasTexture_41ya2")
expand_mode = 3
stretch_mode = 5
[node name="ReadyIcon" type="TextureRect" parent="." unique_id=710160353]
unique_name_in_owner = true
visible = false
texture_filter = 1
custom_minimum_size = Vector2(40, 40)
layout_mode = 2
texture = SubResource("AtlasTexture_ysqhn")
expand_mode = 3
stretch_mode = 5
[node name="PlayerName" type="Label" parent="." unique_id=689457220]
unique_name_in_owner = true
layout_mode = 2
text = "Player"
label_settings = SubResource("LabelSettings_yycat")