June2026Game/scenes/rocket.tscn
2026-07-06 12:30:43 -04:00

18 lines
658 B
Plaintext

[gd_scene format=3 uid="uid://do4vf0eh7ku01"]
[ext_resource type="Script" uid="uid://bv3ixqvmjrf8j" path="res://scripts/rocket.gd" id="1_3341w"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_00dr1"]
size = Vector2(12, 4)
[node name="Rocket" type="RigidBody2D" unique_id=2026133878]
contact_monitor = true
max_contacts_reported = 2
script = ExtResource("1_3341w")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1980926328]
shape = SubResource("RectangleShape2D_00dr1")
debug_color = Color(0.63964945, 0.5193221, 0.22762358, 0.41960785)
[connection signal="body_entered" from="." to="." method="_on_body_entered"]