LD56 is over. This is the game.
This commit is contained in:
9
entities/ants/collectable_visualizer.tres.gd
Normal file
9
entities/ants/collectable_visualizer.tres.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends MeshInstance3D
|
||||
|
||||
@export var type:CollectableResource.ResourceType
|
||||
@export var ant:WorkerAnt
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
visible = ant.capacity > 0 and \
|
||||
ant.target == PlayerCamp.instance and \
|
||||
ant.source_target.type == type
|
||||
Reference in New Issue
Block a user