Adding more drone types
This commit is contained in:
parent
0716fd62e8
commit
cfe0fb2e5a
12 changed files with 107 additions and 12 deletions
11
entities/CollectorDrone.tscn
Normal file
11
entities/CollectorDrone.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dqdi1tpoid80c"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/scripts/collector_drone.gd" id="1_ws83e"]
|
||||
|
||||
[node name="CollectorDrone" type="Node2D"]
|
||||
script = ExtResource("1_ws83e")
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="."]
|
||||
position = Vector2(1, -1)
|
||||
color = Color(0.620241, 0.619217, 0.900702, 1)
|
||||
polygon = PackedVector2Array(-28, -25, 25, -28, 26, 33, -32, 19)
|
||||
Loading…
Add table
Add a link
Reference in a new issue