12 lines
290 B
GDScript
12 lines
290 B
GDScript
var _module:PankuModule
|
|
|
|
func open_window(): _module.open_window()
|
|
|
|
func open_launcher(): _module.open_launcher()
|
|
|
|
func set_unified_window_visibility(enabled:bool):
|
|
_module.set_unified_window_visibility(enabled)
|
|
|
|
func set_pause_if_popup(enabled:bool):
|
|
_module.set_pause_if_popup(enabled)
|