mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-13 05:53:53 +01:00
7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
/// @description init
|
|
#region panels
|
|
if(PANEL_MAIN != 0) {
|
|
PANEL_MAIN.draw();
|
|
} else
|
|
setPanel();
|
|
#endregion |