23 lines
862 B
Text
23 lines
862 B
Text
[gd_scene load_steps=5 format=3 uid="uid://ddn025xnjngko"]
|
|
|
|
[ext_resource type="Script" uid="uid://bkcip66at5sug" path="res://items/bow.gd" id="1_xppub"]
|
|
[ext_resource type="PackedScene" uid="uid://dfva4dhflxglr" path="res://items/arrow.tscn" id="2_0id2q"]
|
|
[ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="2_gllxn"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_gllxn"]
|
|
|
|
[node name="Bow" type="Area2D"]
|
|
collision_layer = 0
|
|
collision_mask = 4
|
|
script = ExtResource("1_xppub")
|
|
arrow_scene = ExtResource("2_0id2q")
|
|
sprite = ExtResource("2_gllxn")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
scale = Vector2(3.1, 3.1)
|
|
shape = SubResource("CircleShape2D_gllxn")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
modulate = Color(0, 1, 0, 1)
|
|
scale = Vector2(0.45, 0.45)
|
|
texture = ExtResource("2_gllxn")
|