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