Clicking to spawn things
This commit is contained in:
parent
0f5640d789
commit
0716fd62e8
2 changed files with 15 additions and 0 deletions
8
entities/TestDrone.tscn
Normal file
8
entities/TestDrone.tscn
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue