From ad81a84e872b4d11d43ecb0b626adc7dc940f135 Mon Sep 17 00:00:00 2001 From: karstensensensen Date: Sat, 8 Jul 2023 00:53:56 +0200 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 83351f6..e7fbf49 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Below is the timelapse generated, for the creation of the extension icon: Icon +This extension requires Aseprite version 1.3-rc3 or greater to function. + ## Usage To enable timelapse recording for a sprite, locate the 'Edit Timelapse' command, under the Sprite menu. The sprite must be saved to disk before this is done! @@ -37,6 +39,15 @@ Perform any modifications to the timelapse, and reopen the target sprite. The timelapse stored in the extension should now match up with the modified version on disk. +## [IMPORTANT] Moving / Renaming Sprites + +If your sprite (lets say 'Sprite.aseprite') has a timelapse, and you want to move it to a different folder, you also need to move the 'Sprite-lapse.json' as well as the 'Sprite-lapse.aseprite' files along with it, to preserve the timelapse data. + +Simmilarly, when renaming a sprite file, (e.g. 'Sprite_A.aseprite' to 'Sprite_B.aseprite'), you need to rename the following files as well: + +'Sprite_A-lapse.json' -> 'Sprite_B-lapse.json' + +'Sprite_A-lapse.aseprite' -> 'Sprite_B-lapse.aseprite' ## Installation