1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-20 10:09:48 +00:00
Pixelorama/src/Autoload
OverloadedOrama 0f82be765e Replaced the _min and _max Project variables with Project.selected_pixels
This will allow us to create more selection tools in the future, that aren't necessarily rectangular (See #129) and even enhance the current rectangle selection tool (See #56)

Current issues spotted so far:
Drawing is slower for large images, and bucket filling is also considerably slower even on a 64x64 image. Optimizations are required.
2020-07-20 22:15:34 +03:00
..
DrawingAlgos.gd Replaced the _min and _max Project variables with Project.selected_pixels 2020-07-20 22:15:34 +03:00
Global.gd Turn Symmetry Guides visibility on and off if mirroring is enabled 2020-07-16 05:05:40 +03:00
HTML5FileExchange.gd Importing palettes is now possible in HTML5 2020-07-01 04:48:18 +03:00
Import.gd Added pattern file name as a tooltip for their buttons 2020-07-13 03:44:08 +03:00
OpenSave.gd Replaced the _min and _max Project variables with Project.selected_pixels 2020-07-20 22:15:34 +03:00
Tools.gd Refactoring tools (#281) 2020-07-09 15:22:17 +03:00