mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
23 lines
583 B
Plaintext
23 lines
583 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://ui/talents/Spec.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://ui/talents/TalentRow.tscn" type="PackedScene" id=2]
|
||
|
|
||
|
[node name="Spec" type="ScrollContainer"]
|
||
|
margin_right = 882.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
talent_row_scene = ExtResource( 2 )
|
||
|
container_path = NodePath("Container")
|
||
|
|
||
|
[node name="Container" type="VBoxContainer" parent="."]
|
||
|
margin_right = 858.0
|
||
|
size_flags_horizontal = 3
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|