MarchGame/scenes/bullet.tscn

16 lines
603 B
Plaintext

[gd_scene format=3 uid="uid://ium8i6770pf4"]
[ext_resource type="Script" uid="uid://bfuhpow7x2xr1" path="res://scripts/bullet.gd" id="1_mkf8s"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h1aey"]
size = Vector2(12, 6)
[node name="Bullet" type="Area2D" unique_id=1756277677]
script = ExtResource("1_mkf8s")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=646324606]
shape = SubResource("RectangleShape2D_h1aey")
debug_color = Color(0.93031675, 0.24960315, 0.23292288, 0.41960785)
[connection signal="body_entered" from="." to="." method="_on_body_entered"]