Fixed sprite scaling history bug

This commit is contained in:
unsettledgames
2021-04-29 12:50:59 +02:00
parent 26aa1023c5
commit 6e483710f0
7 changed files with 7 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ quite a lot of things. Let's go through all them, starting from this page.
<h2>Splash page</h2>
The editor now has a splash page! Besides a fancy cover image with beautiful art, on the bottom
right of the page you'll be able to create a new custom pixel. You can also use the quickstart
left of the page you'll be able to create a new custom pixel. You can also use the quickstart
menu to quickly select a preset or load an existing file. It was designed by <a href="https://twitter.com/skeddles">Skeddles</a> himself!
<img src="/pixel-editor/splash.gif"/>
@@ -69,8 +69,6 @@ P.S.: we're always looking for contributors! Join the <a href="https://discord.c
<!--
TODO:
- Fix sprite scaling input bug (when a parameter is changed, the other one isn't)
- Only happens when a canvas has not a 1:1 ratio
- Percentage values are wrong, but size values are correct
- Redo problem, the canvas contents aren't copied correctly
- Add hex input to colour picker
-->