Pixel-Composer/scripts/panel_collection_runner/panel_collection_runner.gml

11 lines
No EOL
217 B
Text

function Panel_Collection_Runner() : PanelContent() constructor {
title = "Runner";
w = max(ui(320), WIN_W - ui(200));
h = max(ui(320), WIN_H - ui(200));
auto_pin = true;
function drawContent(panel) {
}
}