LD56 is over. This is the game.
This commit is contained in:
6
entities/ants/select.gd
Normal file
6
entities/ants/select.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Node3D
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
var parent := get_parent() as Ant
|
||||
visible = Player.instance.selected_unit == parent
|
||||
Reference in New Issue
Block a user