Pixel-Composer/scripts/__tiler_animated/__tiler_animated.gml

9 lines
190 B
Plaintext
Raw Normal View History

2024-10-25 13:02:52 +02:00
function tiler_brush_animated(_index) constructor {
name = "animated";
index = _index;
preview_surface = noone;
preview_surface_tile = noone;
open = false;
}