Bee flying animation, dancing drone

This commit is contained in:
Dan Baker 2024-05-03 20:39:41 +01:00
parent 7c3bca07f9
commit bce75a9a97
13 changed files with 154 additions and 21 deletions

View file

@ -1,11 +1,19 @@
[gd_scene load_steps=2 format=3 uid="uid://cx7cunaspu08a"]
[gd_scene load_steps=3 format=3 uid="uid://cx7cunaspu08a"]
[ext_resource type="Script" path="res://entities/scripts/dancer_drone.gd" id="1_44a5b"]
[node name="DancerDrone" type="Node2D"]
[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")