mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://ui/talents/TalentEntry.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
|
|
[ext_resource path="res://ui/talents/TalentRow.gd" type="Script" id=3]
|
|
|
|
[node name="TalentRow" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource( 2 )
|
|
alignment = 1
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TalentEntry" parent="." instance=ExtResource( 1 )]
|
|
margin_right = 198.0
|
|
margin_bottom = 600.0
|
|
|
|
[node name="TalentEntry2" parent="." instance=ExtResource( 1 )]
|
|
margin_left = 206.0
|
|
margin_right = 404.0
|
|
margin_bottom = 600.0
|
|
culomn = 1
|
|
|
|
[node name="TalentEntry3" parent="." instance=ExtResource( 1 )]
|
|
margin_left = 412.0
|
|
margin_right = 610.0
|
|
margin_bottom = 600.0
|
|
culomn = 2
|
|
|
|
[node name="TalentEntry4" parent="." instance=ExtResource( 1 )]
|
|
margin_left = 618.0
|
|
margin_right = 816.0
|
|
margin_bottom = 600.0
|
|
culomn = 3
|
|
|
|
[node name="TalentEntry5" parent="." instance=ExtResource( 1 )]
|
|
margin_left = 824.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
culomn = 4
|