Commit Graph

16 Commits

Author SHA1 Message Date
unsettledgames
c1aba0a89e Added back pan and missing sprite scaling functions
Also fixed bug that let the user change the brush size to 0
2021-11-01 12:01:31 +01:00
unsettledgames
804a0335b1 Removed replaceAllOfColor, made another commenting round 2021-07-22 19:26:40 +02:00
unsettledgames
7c80e8f342 Finished refactoring History, added Startup IIFE 2021-07-15 17:10:07 +02:00
unsettledgames
6c8ec8e7a9 Refactored History into an IIFE
Divided History states and actual History management, refactored all occurrences of history-related functions to use the new version.
2021-07-14 22:20:55 +02:00
unsettledgames
e4ecc3d607 Moved dialogue related things to their own IIFE
Refactored all calls to showDialogue and closeDialogue to use the IIFE version
2021-07-13 23:40:23 +02:00
unsettledgames
f24ded088b Added hex input to colour picker 2021-04-29 16:54:02 +02:00
unsettledgames
6e483710f0 Fixed sprite scaling history bug 2021-04-29 12:50:59 +02:00
unsettledgames
07f36cf7cb Added latest log loading
Fixed sprite scaling bug
2021-04-28 23:39:14 +02:00
unsettledgames
fb1200162e Finished commenting the editor
Also cleaned a few things, removed some unused variables
2020-12-31 16:47:56 +01:00
unsettledgames
9c68e541d9 Added history management for sprite scaling 2020-09-22 14:17:31 +02:00
unsettledgames
29f8baf627 Fixed data handling bug
When updating a percentage, it based it off the previous edited value (eg if I scale 2x, old value will be equal to 2x, so if you wanted to scale it 0.5x, it actually made it 4x times smaller)
2020-09-22 12:29:58 +02:00
unsettledgames
93c73f939c Implemented sprite resizing 2020-09-21 12:33:45 +02:00
unsettledgames
2a9acebd2f Fixed bug in canvas resizing when resizing sprite 2020-09-21 10:39:37 +02:00
unsettledgames
e9277db48c Added resize sprite data management 2020-09-19 17:04:46 +02:00
unsettledgames
e213acea76 Added resize sprite window opening 2020-09-18 15:22:10 +02:00
unsettledgames
b7d5f603b1 Added history states for canvas resizing
Must fix bug that happens when creating a new layer after resizing the canvas
2020-09-15 13:06:31 +02:00