CozyPixelStudio/src
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
..
Autoload Draw Grid only over Canvas. Added PixelGrid. (#427) 2021-01-16 10:24:46 -08:00
Classes Draw Grid only over Canvas. Added PixelGrid. (#427) 2021-01-16 10:24:46 -08:00
Palette Fixed untranslated palette string 2020-11-14 15:24:24 +02:00
Preferences Draw Grid only over Canvas. Added PixelGrid. (#427) 2021-01-16 10:24:46 -08:00
Shaders add follow canvas movement and scale option to transparent checker (#311) 2020-08-17 22:30:58 +03:00
Tools Add Pan Tool (#399) 2020-12-23 10:41:42 -08:00
UI Draw Grid only over Canvas. Added PixelGrid. (#427) 2021-01-16 10:24:46 -08:00
Main.gd Added "Performance" tab in Preferences that exposes options related to the application's FPS to the user 2021-01-05 20:01:50 +02:00
Main.tscn Frame properties (#357) 2020-10-19 17:57:40 +03:00
SelectionRectangle.gd Sync (#346) 2020-10-09 13:19:36 +03:00
XDGDataPaths.gd Rename "pixelorama" folder to "pixelorama_data" for non-XDG locations 2020-08-29 16:34:52 +03:00