47 lines
2 KiB
Text
47 lines
2 KiB
Text
[gd_scene load_steps=10 format=3 uid="uid://ddn025xnjngko"]
|
|
|
|
[ext_resource type="Script" uid="uid://bkcip66at5sug" path="res://items/consumables/bow/bow.gd" id="1_xppub"]
|
|
[ext_resource type="PackedScene" uid="uid://dfva4dhflxglr" path="res://items/consumables/bow/arrow.tscn" id="2_0id2q"]
|
|
[ext_resource type="Texture2D" uid="uid://d01h01le82gyh" path="res://items/consumables/bow/bow.png" id="3_vkelq"]
|
|
[ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="4_0id2q"]
|
|
[ext_resource type="PackedScene" uid="uid://bu3j6ambrybd2" path="res://items/consumables/bow/arrow_icon.tscn" id="4_2dslu"]
|
|
[ext_resource type="AudioStream" uid="uid://bg1w0fyeyys2p" path="res://sounds/item-equip-6904.mp3" id="5_gfbg0"]
|
|
[ext_resource type="Texture2D" uid="uid://d4mrbgfl7jpqq" path="res://items/generic/ItemShine.png" id="5_o1smo"]
|
|
[ext_resource type="AudioStream" uid="uid://10ljbd4djqgb" path="res://sounds/263675__porkmuncher__bow_release_cut.wav" id="7_o1smo"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_gllxn"]
|
|
radius = 13.239409
|
|
|
|
[node name="Bow" type="Area2D"]
|
|
collision_layer = 0
|
|
collision_mask = 4
|
|
script = ExtResource("1_xppub")
|
|
arrow_scene = ExtResource("2_0id2q")
|
|
sprite = ExtResource("3_vkelq")
|
|
uses_left_icon = ExtResource("4_2dslu")
|
|
uses = 5
|
|
icon = ExtResource("3_vkelq")
|
|
item_name = "Bow"
|
|
|
|
[node name="EarthAligner" parent="." instance=ExtResource("4_0id2q")]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(5, 2)
|
|
scale = Vector2(2.17, 3.5)
|
|
shape = SubResource("CircleShape2D_gllxn")
|
|
|
|
[node name="Sprite2D2" type="Sprite2D" parent="."]
|
|
position = Vector2(8, 2)
|
|
scale = Vector2(1.5, 1.5)
|
|
texture = ExtResource("5_o1smo")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(1.4, 1.4)
|
|
texture = ExtResource("3_vkelq")
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("5_gfbg0")
|
|
volume_db = 15.0
|
|
|
|
[node name="SoundBowRelease" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("7_o1smo")
|