Update drone placement logic, level loading functionality, and UI behavior. Set visibility of labels, manage mouse cursor changes, and handle game state for placing drones.
This commit is contained in:
parent
b6cdb68b4e
commit
f9865cf1fa
8 changed files with 31 additions and 13 deletions
|
|
@ -107,6 +107,7 @@ color = Color(0.703926, 0.656042, 0.441124, 1)
|
|||
polygon = PackedVector2Array(-28, -25, 25, -28, 26, 33, -32, 19)
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
visible = false
|
||||
offset_left = 16.0
|
||||
offset_top = 25.0
|
||||
offset_right = 56.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue