SupaLidlGame/Items/Weapons/Bow.tres

17 lines
538 B
Plaintext
Raw Normal View History

2023-12-29 17:45:36 -08:00
[gd_resource type="Resource" script_class="ItemMetadata" load_steps=4 format=3 uid="uid://cjsh0dcgbfn77"]
[ext_resource type="Script" path="res://Utils/ScenePath.cs" id="1_haiji"]
[ext_resource type="Script" path="res://Items/ItemMetadata.cs" id="2_hjbs0"]
[sub_resource type="Resource" id="Resource_mjj1w"]
script = ExtResource("1_haiji")
Path = "res://Items/Weapons/Bow.tscn"
[resource]
script = ExtResource("2_hjbs0")
Instance = SubResource("Resource_mjj1w")
Name = "Bow"
Description = "A bow and arrow."
BuyPrice = 0
SellPrice = 0