[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 )