2025-01-22 16:18:30 +01:00
|
|
|
import lnx
|
|
|
|
|
|
|
|
|
|
if not lnx.is_reload(__name__):
|
|
|
|
|
lnx.enable_reload(__name__)
|
|
|
|
|
|
|
|
|
|
redraw_ui = False
|
|
|
|
|
target = 'krom'
|
|
|
|
|
last_target = 'krom'
|
|
|
|
|
export_gapi = ''
|
|
|
|
|
last_resx = 0
|
|
|
|
|
last_resy = 0
|
|
|
|
|
last_scene = ''
|
|
|
|
|
last_world_defs = ''
|
|
|
|
|
proc_play = None
|
|
|
|
|
proc_build = None
|
|
|
|
|
proc_publish_build = None
|
|
|
|
|
mod_scripts = []
|
|
|
|
|
is_export = False
|
2026-04-27 19:21:50 -07:00
|
|
|
is_exporting = False
|
2025-01-22 16:18:30 +01:00
|
|
|
is_play = False
|
|
|
|
|
is_publish = False
|
2026-02-24 17:35:26 -08:00
|
|
|
is_viewport = False
|
|
|
|
|
viewport_width = 1920
|
|
|
|
|
viewport_height = 1080
|
|
|
|
|
viewport_id = None
|