mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
18 lines
504 B
Plaintext
18 lines
504 B
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
|
|
}
|
|
entry_scene = ExtResource( 1 )
|