mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #315 : Implement custom replay for transform tools + add drawing test support
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
"history.basic.json",
|
||||
"layers.fun.json",
|
||||
"layers.merge.json",
|
||||
"lighten.darken.json",
|
||||
"move.json",
|
||||
"move-alllayers-allframes.json",
|
||||
"pen.secondary.color.json",
|
||||
@ -12,5 +13,11 @@
|
||||
"squares.circles.json",
|
||||
"stroke.json",
|
||||
"verticalpen.drawing.json",
|
||||
"dithering.basic.json"
|
||||
"dithering.basic.json",
|
||||
"transform.clone.once.json",
|
||||
"transform.clone.twice.undo.once.json",
|
||||
"transform.rotate.once.alt.json",
|
||||
"transform.rotate.twice.undo.once.json",
|
||||
"transform.mirror.once.alt.json",
|
||||
"transform.mirror.twice.undo.once.json"
|
||||
];
|
Reference in New Issue
Block a user