mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-28 16:06:20 +01:00
9 lines
No EOL
190 B
Text
9 lines
No EOL
190 B
Text
function tiler_brush_animated(_index) constructor {
|
|
name = "animated";
|
|
index = _index;
|
|
|
|
preview_surface = noone;
|
|
preview_surface_tile = noone;
|
|
|
|
open = false;
|
|
} |