mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-15 15:03:51 +01:00
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
function tiler_brush_animated(_index) constructor {
|
||
|
name = "animated";
|
||
|
index = _index;
|
||
|
|
||
|
preview_surface = noone;
|
||
|
preview_surface_tile = noone;
|
||
|
|
||
|
open = false;
|
||
|
}
|