2019-12-20 14:28:26 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
2022-02-20 23:46:54 +01:00
|
|
|
[ext_resource path="res://ui/player/talents/TalentEntry.tscn" type="PackedScene" id=1]
|
2019-12-20 14:28:26 +01:00
|
|
|
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
|
2022-02-20 23:46:54 +01:00
|
|
|
[ext_resource path="res://ui/player/talents/TalentRow.gd" type="Script" id=3]
|
2019-12-20 14:28:26 +01:00
|
|
|
|
|
|
|
[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
|
|
|
|
}
|
2021-02-21 17:39:36 +01:00
|
|
|
entry_scene = ExtResource( 1 )
|