Pixel-Composer/objects/o_main/Draw_64.gml

7 lines
114 B
Plaintext
Raw Normal View History

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