22 lines
816 B
Plaintext
22 lines
816 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b1jq6yi0dh3c0"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/bullet.gd" id="1_okq17"]
|
|
[ext_resource type="Texture2D" uid="uid://bq0yaqauut372" path="res://assets/graphics/projectiles/pixel_bullet.png" id="2_ig66t"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_va0yp"]
|
|
size = Vector2(10, 4)
|
|
|
|
[node name="Area2D" type="Area2D"]
|
|
script = ExtResource("1_okq17")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_va0yp")
|
|
debug_color = Color(0.952024, 0.180224, 0.327437, 0.42)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(-3, 2)
|
|
scale = Vector2(-0.0800002, 0.0769233)
|
|
texture = ExtResource("2_ig66t")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|