Pixel-Composer/objects/o_main/Draw_64.gml

7 lines
114 B
Text
Raw Normal View History

2022-01-13 11:24:03 +07:00
/// @description init
#region panels
2022-11-14 09:16:15 +07:00
if(PANEL_MAIN != 0) {
2022-01-13 11:24:03 +07:00
PANEL_MAIN.draw();
2022-11-14 09:16:15 +07:00
} else
2022-01-13 11:24:03 +07:00
setPanel();
2022-11-14 09:16:15 +07:00
#endregion