mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
function Panel_Empty() : PanelContent() constructor {
|
|
title = "";
|
|
w = ui(640);
|
|
h = ui(320);
|
|
|
|
function drawContent(panel) {
|
|
//Implement draw code here
|
|
}
|
|
} |