Mineshafts-prototype2/main.gd

8 lines
113 B
GDScript

extends Spatial
func _init():
core.main = self
set_process(false)
func close_msg():
$exitmsg.visible = false