1
0
Fork 0
This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
honest-jam-2/level/Visualisation.gd

5 lines
112 B
GDScript

tool
extends Spatial
func _process(delta: float) -> void:
$LabelGizmo.text = Tile.type_str(get_parent().type)