fixes extra typos and lost references

This commit is contained in:
2026-02-21 05:11:09 +11:00
parent 5a4ad8633a
commit c838fd2a33
95 changed files with 277 additions and 268 deletions

View File

@@ -3,11 +3,11 @@
[ext_resource type="Script" uid="uid://dipne6u86gxth" path="res://ui/cassette_description_ui.gd" id="1_bxjpl"]
[ext_resource type="PackedScene" uid="uid://c8xdsg6gtwvh3" path="res://ui/feature_ui/feature_ui.tscn" id="2_hr2hd"]
[node name="DescriptionVBox" type="VBoxContainer" unique_id=1070794448 node_paths=PackedStringArray("card_name_label", "card_description_label", "feature_list", "target_list")]
[node name="DescriptionVBox" type="VBoxContainer" unique_id=1070794448 node_paths=PackedStringArray("cassette_name_label", "cassette_description_label", "feature_list", "target_list")]
size_flags_horizontal = 3
script = ExtResource("1_bxjpl")
card_name_label = NodePath("NameLabel")
card_description_label = NodePath("DescriptionText")
cassette_name_label = NodePath("NameLabel")
cassette_description_label = NodePath("DescriptionText")
feature_list = NodePath("FeaturesVBox")
feature_scene = ExtResource("2_hr2hd")
target_list = NodePath("TargetVBox")