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

@ -1,8 +1,6 @@
ajax('https://api.github.com/repos/lospec/pixel-editor/contributors', response => {
console.log(response)
if (Array.isArray(response)) {
var html = '';