[gd_scene load_steps=3 format=3 uid="uid://cx7cunaspu08a"] [ext_resource type="Script" path="res://entities/scripts/dancer_drone.gd" id="1_44a5b"] [sub_resource type="CircleShape2D" id="CircleShape2D_xfqbx"] radius = 25.0 [node name="DancerDrone" type="Node2D" groups=["dancer"]] script = ExtResource("1_44a5b") [node name="Polygon2D" type="Polygon2D" parent="."] position = Vector2(1, -1) color = Color(0.354435, 0.719091, 0.745333, 1) polygon = PackedVector2Array(-28, -25, 25, -28, 26, 33, -32, 19) [node name="HitBox" type="Area2D" parent="." groups=["dancer"]] [node name="HitBoxShape" type="CollisionShape2D" parent="HitBox"] shape = SubResource("CircleShape2D_xfqbx")