diff options
Diffstat (limited to 'UI/PlayersList.tscn')
-rw-r--r-- | UI/PlayersList.tscn | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/UI/PlayersList.tscn b/UI/PlayersList.tscn index 4ba62f7..fabc008 100644 --- a/UI/PlayersList.tscn +++ b/UI/PlayersList.tscn @@ -1,19 +1,25 @@ -[gd_scene load_steps=3 format=3 uid="uid://cxd6c4kbnk04c"] +[gd_scene load_steps=5 format=3 uid="uid://cxd6c4kbnk04c"] [ext_resource type="Script" path="res://UI/players_list.gd" id="1_67rpy"] +[ext_resource type="Theme" uid="uid://c7f1ftrx53ag1" path="res://theme.tres" id="1_igafg"] +[ext_resource type="PackedScene" uid="uid://dslebs7aarkoa" path="res://UI/panel_background_blue.tscn" id="2_3bkxi"] [ext_resource type="PackedScene" uid="uid://wxe1hpn013y8" path="res://UI/PlayersListItem.tscn" id="2_ug8m7"] [node name="PlayersList" type="PanelContainer"] offset_right = 192.0 offset_bottom = 43.0 +theme = ExtResource("1_igafg") script = ExtResource("1_67rpy") +[node name="PanelBackgroundBlue" parent="." instance=ExtResource("2_3bkxi")] +layout_mode = 2 + [node name="MarginContainer" type="MarginContainer" parent="."] layout_mode = 2 -theme_override_constants/margin_left = 8 -theme_override_constants/margin_top = 8 -theme_override_constants/margin_right = 8 -theme_override_constants/margin_bottom = 8 +theme_override_constants/margin_left = 16 +theme_override_constants/margin_top = 12 +theme_override_constants/margin_right = 16 +theme_override_constants/margin_bottom = 24 [node name="List" type="VBoxContainer" parent="MarginContainer"] unique_name_in_owner = true |