diff --git a/README.md b/README.md
index 4d3b9b8..a8303a6 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,11 @@ A reimplementation of *The Binding of Isaac: Rebirth*'s proprietary animation ed
- Can output .webm, .mp4 or *.png sequence (wih FFmpeg)
- Cutting, copying and pasting
- Onionskinning
+ - Spritesheet "regions"; pre-set areas to be reused
- Robust snapshot (undo/redo) system
- Selecting multiple frames at a time
- Settings that will preserve on exit (stored in %APPDATA% on Windows or ~/.local/share on Linux)
+ - Texture packing
### Supported Languages
- English
diff --git a/workshop/metadata.xml b/workshop/metadata.xml
index 5e4e651..30eeab5 100644
--- a/workshop/metadata.xml
+++ b/workshop/metadata.xml
@@ -23,9 +23,11 @@ A reimplementation of [i]The Binding of Isaac: Rebirth[/i]'s proprietary animati
[*] Can output .webm, .mp4, spritesheet, or *.png sequence (wih FFmpeg)
[*] Cutting, copying and pasting
[*] Onionskinning
+[*] Spritesheet "regions"; pre-set regions to reuse in frames
[*] Robust snapshot (undo/redo) system
[*] Selecting multiple frames at a time
[*] Settings that will preserve on exit (stored in %APPDATA% on Windows or ~/.local/share on Linux)
+[*] Texture packing
[/list]
[/list]
@@ -51,6 +53,6 @@ Alternatively, if you have subscribed to the mod, you can find the latest releas
[h3]Happy animating![/h3]
[img]https://files.catbox.moe/4auc1c.gif[/img]
- 2.14
+ 2.15
Public