mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-24 03:48:06 +01:00
7 lines
111 B
Text
7 lines
111 B
Text
/// @description init
|
|
#region panels
|
|
if(PANEL_MAIN != 0)
|
|
PANEL_MAIN.draw();
|
|
else
|
|
setPanel();
|
|
#endregion
|