test-client-godot/game_scene/Game/Character/infos_spatial.gd

7 lines
119 B
GDScript3
Raw Permalink Normal View History

extends Spatial
func show():
$character_infos_billboard.show()
func hide():
$character_infos_billboard.hide()