diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-07-14 16:18:21 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-07-14 16:18:21 +0100 |
commit | 043d54652fc529504a61fdb46c5cc1992763721d (patch) | |
tree | 86eab2653896c95910dbdeb51aa4d4f7ae9bef53 /README.md | |
parent | 95c26349d6b2f34214e6b069cb6328705b87133c (diff) | |
download | sspreview-043d54652fc529504a61fdb46c5cc1992763721d.tar.gz sspreview-043d54652fc529504a61fdb46c5cc1992763721d.zip |
x,y scale and docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,11 @@ sspreview spritesheet.png <img src="https://git.usebox.net/sspreview/plain/example.png" alt="Example" style="width:auto;"> +Tips: + +* in "scale", provide two numbers separated with a comma in case you want a different scale factor for x and y (e.g. `20,10`) +* if your spritesheet changes, press `Update` and it will reload the image + Caveats: * my first tinker app |