50 lines
1.4 KiB
Text
50 lines
1.4 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://cl5wswke7jxpi"]
|
|
|
|
[ext_resource type="Script" path="res://traits.gd" id="1_6h04s"]
|
|
[ext_resource type="Texture2D" uid="uid://cafw5ytvxgep4" path="res://textures/arrowDown.png" id="2_iexdr"]
|
|
|
|
[node name="Traits" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = -832.0
|
|
offset_bottom = -520.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_6h04s")
|
|
|
|
[node name="Traits_list" type="VBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 232.0
|
|
offset_bottom = 119.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Traits_list"]
|
|
layout_mode = 2
|
|
|
|
[node name="CheckBox" type="CheckBox" parent="Traits_list/HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Traits_list/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "My text"
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Traits_list/HBoxContainer"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_iexdr")
|
|
expand_mode = 3
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="Traits_list"]
|
|
layout_mode = 2
|
|
|
|
[node name="CheckBox" type="CheckBox" parent="Traits_list/HBoxContainer2"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Traits_list/HBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "My text"
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Traits_list/HBoxContainer2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_iexdr")
|
|
expand_mode = 3
|