22 lines
825 B
Plaintext
22 lines
825 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cy7x36mdb5oxu"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/bullet.gd" id="1_74gno"]
|
|
[ext_resource type="Texture2D" uid="uid://n3642h5jwslv" path="res://Assets/graphics/projectiles/pixel_bullet.png" id="2_abfvl"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vnal2"]
|
|
size = Vector2(20, 4)
|
|
|
|
[node name="Area2D" type="Area2D"]
|
|
script = ExtResource("1_74gno")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_vnal2")
|
|
debug_color = Color(0.857955, 0.291109, 0.565473, 0.42)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(-5, 2)
|
|
scale = Vector2(-0.14505, 0.0734948)
|
|
texture = ExtResource("2_abfvl")
|
|
|
|
[connection signal="body_shape_entered" from="." to="." method="_on_body_shape_entered"]
|