1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 01:29:49 +00:00
Pixelorama/src
Grant Moyer aadad462b9
Add options for custom tile mode offest (#707)
* Add preferences for tile mode basis vectors

Each tile is offset according to the x and y basis. For example, a tile (1,1) would be at basis_x + basis_y

* Update tools for custom tile modes

Show the indicator in the correct position, and only draw on the nearest tile.

* Fix style issues

* Move tile functionality to own class to prevent bloating Project

* Fix error in Tiles bounding box logic

* Make tile mode offsets project settings

Since the desired tile mode offsets depends on the tile being drawn, the tile mode offsets should be a project specific setting which is persisted in the project file.

* Update TileMode object immediately after closing dialog

* Don't draw center tile by default in TileMode

* Move tile mode offsets to view menu

* Move tile mode offsets dialog out of ImageEffects
2022-06-20 12:07:20 +03:00
..
Autoload Add options for custom tile mode offest (#707) 2022-06-20 12:07:20 +03:00
Classes Add options for custom tile mode offest (#707) 2022-06-20 12:07:20 +03:00
Palette Minor code changes 2022-03-29 02:35:32 +03:00
Preferences Implement the Keychain Plugin (#700) 2022-05-16 15:07:51 +03:00
Shaders Image effect refactors 2022-06-12 00:27:59 +03:00
Tools Add options for custom tile mode offest (#707) 2022-06-20 12:07:20 +03:00
UI Add options for custom tile mode offest (#707) 2022-06-20 12:07:20 +03:00
Main.gd On quit, make "Save & Exit" the focused button by default 2022-06-16 00:15:54 +03:00
Main.tscn Add options for custom tile mode offest (#707) 2022-06-20 12:07:20 +03:00
XDGDataPaths.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00