diff --git a/growth/Cards/KatanaCard.tscn b/growth/Cards/KatanaCard.tscn new file mode 100644 index 0000000..ede2334 --- /dev/null +++ b/growth/Cards/KatanaCard.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=4 format=3 uid="uid://cx7jna1pp3mrp"] + +[ext_resource type="PackedScene" uid="uid://b0g5wd4n3py3x" path="res://BaseCard/BaseCard.tscn" id="1_odiq1"] +[ext_resource type="PackedScene" uid="uid://hgf0o7ugi77q" path="res://CardInjects/Katana/katana_card_inject.tscn" id="2_7xay5"] +[ext_resource type="Texture2D" uid="uid://3y6mg4kulohd" path="res://assets/icons/The_Katana_2_symbol.png" id="3_3cjjn"] + +[node name="Card" instance=ExtResource("1_odiq1")] +behaviors = [ExtResource("2_7xay5")] +art = ExtResource("3_3cjjn") +title = "Katana" +description = "while you were asleep, i studied the blade"