summaryrefslogtreecommitdiff
path: root/Bullet.tscn
blob: 4e4082f0e01a6e5d9bba2c9352d50afadc868c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[gd_scene format=3 uid="uid://cchdwhewroga8"]

[ext_resource type="Script" uid="uid://r11kb2e6g3g6" path="res://Bullet.cs" id="1_4s4u5"]
[ext_resource type="Texture2D" uid="uid://dym2dnke4rtn8" path="res://2D Pixel Dungeon Asset Pack/items and trap_animation/arrow/Just_arrow.png" id="2_4s4u5"]

[sub_resource type="RectangleShape2D" id="RectangleShape2D_0m7y3"]
size = Vector2(11, 7)

[node name="Area2D" type="Area2D" unique_id=1047288677]
collision_layer = 0
collision_mask = 5
script = ExtResource("1_4s4u5")

[node name="Sprite2D" type="Sprite2D" parent="." unique_id=729865337]
rotation = 4.712389
texture = ExtResource("2_4s4u5")

[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1673067562]
position = Vector2(0.5, 0.5)
shape = SubResource("RectangleShape2D_0m7y3")