mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-24 08:44:18 +00:00
9 lines
93 B
GDScript
9 lines
93 B
GDScript
extends Control
|
|
|
|
|
|
func show_scores():
|
|
visible = true
|
|
|
|
|
|
func hide_scores():
|
|
visible = false
|