Pixel-Composer/scripts/__tiler_animated/__tiler_animated.gml
2024-10-25 18:02:52 +07:00

9 lines
190 B
Plaintext

function tiler_brush_animated(_index) constructor {
name = "animated";
index = _index;
preview_surface = noone;
preview_surface_tile = noone;
open = false;
}