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