Pixel-Composer/objects/o_main/Draw_64.gml

8 lines
111 B
Plaintext
Raw Normal View History

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