Clicking to spawn things

This commit is contained in:
Dan 2024-05-02 15:14:46 +01:00
parent 0f5640d789
commit 0716fd62e8
2 changed files with 15 additions and 0 deletions

8
entities/TestDrone.tscn Normal file
View file

@ -0,0 +1,8 @@
[gd_scene format=3 uid="uid://53jwsbj0hghr"]
[node name="TestDrone" type="Node2D"]
[node name="Polygon2D" type="Polygon2D" parent="."]
position = Vector2(1, -1)
color = Color(1, 0.266667, 1, 1)
polygon = PackedVector2Array(-28, -25, 25, -28, 26, 33, -32, 19)