CozyPixelStudio/src/Autoload
kleonc db9980a883
Draw Grid only over Canvas. Added PixelGrid. (#427)
* Draw grid only over the Canvas (when in tiling mode)

* Replace some magic numbers with enums.

It's too easy to break something when adding something new in here. Should be a little harder now.

* Added Pixel Grid.

- Pixel grid is shown only when it's enabled and camera is zoomed close enough.
- Settings: pixel_grid_show_at_zoom (as a percentage because that's what's shown in the settings panel), pixel_grid_color. Default values might need changing.
- To distinguish between grid and pixel grid default settings for grid width, grid height are changed.
- Now both grid and pixel grid are drawn above (after) tile mode. Grid is drawn above (after) pixel grid.
2021-01-16 10:24:46 -08:00
..
DrawingAlgos.gd Symmetry guides now adjust their position when the image is being resized 2020-11-25 21:59:18 +02:00
Export.gd Remove unneeded location variables (#425) 2021-01-06 07:11:50 -08:00
Global.gd Draw Grid only over Canvas. Added PixelGrid. (#427) 2021-01-16 10:24:46 -08:00
HTML5FileExchange.gd Add PAL palette format import (#315) 2020-08-26 12:36:03 +03:00
Import.gd Fixes #363 2020-10-23 18:11:08 +03:00
OpenSave.gd Put frame duration as a member of the Frame class 2020-12-16 22:54:08 +02:00
Tools.gd Add Pan Tool (#399) 2020-12-23 10:41:42 -08:00