Adding more drone types

This commit is contained in:
Dan Baker 2024-05-02 19:22:34 +01:00
parent 0716fd62e8
commit cfe0fb2e5a
12 changed files with 107 additions and 12 deletions

11
entities/DancerDrone.tscn Normal file
View file

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