1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2025-02-16 14:13:59 +00:00
pineapple-surf/menu/ScoreboardContainer.gd

9 lines
93 B
GDScript

extends Control
func show_scores():
visible = true
func hide_scores():
visible = false