Pixel-Composer/scripts/__panel_empty/__panel_empty.gml
2023-06-04 18:28:29 +02:00

9 lines
161 B
Plaintext

function Panel_Empty() : PanelContent() constructor {
title = "";
w = ui(640);
h = ui(320);
function drawContent(panel) {
//Implement draw code here
}
}