mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-24 02:45:44 +01:00
11 lines
No EOL
217 B
Text
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) {
|
|
|
|
}
|
|
} |