CozyPixelStudio/src/Preferences
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
..
HandleLanguages.gd Added Japanese translation 2020-12-12 15:05:03 +02:00
HandleShortcuts.gd Fixed shadowed variables crashes/warnings occurring in Godot 3.2.2-rc1 2020-06-13 15:25:12 +03:00
HandleThemes.gd If it's trying to load a theme that doesn't exist, default to the first theme 2021-01-10 18:20:17 +02:00
PreferencesDialog.gd Draw Grid only over Canvas. Added PixelGrid. (#427) 2021-01-16 10:24:46 -08:00
PreferencesDialog.tscn Draw Grid only over Canvas. Added PixelGrid. (#427) 2021-01-16 10:24:46 -08:00
RestoreDefaultButton.gd Added a dark texture for the restore to default button 2020-07-29 03:36:19 +03:00
RestoreDefaultButton.tscn Fix positioning of the restore default button in Preferences 2020-10-01 22:57:03 +03:00
ThemeColorPreview.tscn Theme edits (#342) 2020-09-29 18:00:43 +03:00