Mineshafts-prototype2/main.gd

8 lines
113 B
GDScript
Raw Permalink Normal View History

2021-07-21 11:12:59 -07:00
extends Spatial
func _init():
core.main = self
set_process(false)
func close_msg():
$exitmsg.visible = false