1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 15:39:49 +00:00
Pixelorama/src/UI
Variable 8803acd105
Tile mode fixes (Heavy testing required) (#723)
* Hide/Show options based on current tile option

* Changed a condition for tile mode

* Simplified tile detection code

* Priortize main tile as nearest if mouse is in it

* make tile mode draw behind canvas

* Changed a condition

* Tiles on top gets detected first...

...in case of overlap

* Only display relavant options

according to current mode

* Update preview according to..

..current mode

* removed print()

* Added tile masking

* Added tile masking

* Compare mask with project size

only masks with same size as project are accepted

* Formatting

* Added the suggestions

* Some minor modifications

* detect if a mask is loaded or not

* Added tile_mask to project

* Cosmetics

* added path detection

* added option to emit signal instead of loading...

... image directly through OpenSave

* Added a way to load mask for HTML5

* formatting

* formatting

* Formatting

* set proper way for saving tile_mask

* Formatting

* removed whitespace
2022-08-02 18:57:06 +03:00
..
Canvas Tile mode fixes (Heavy testing required) (#723) 2022-08-02 18:57:06 +03:00
Dialogs Tile mode fixes (Heavy testing required) (#723) 2022-08-02 18:57:06 +03:00
Nodes Add a Gradient Map image effect, implements the second half of #595 2022-06-11 16:16:37 +03:00
Timeline Onion icon change (#711) 2022-07-01 14:48:10 +03:00
BrushButton.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
BrushButton.tscn Theme edits (#342) 2020-09-29 18:00:43 +03:00
BrushesPopup.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
BrushesPopup.tscn Refactoring tools (#281) 2020-07-09 15:22:17 +03:00
CanvasPreviewContainer.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
CanvasPreviewContainer.tscn Minor code changes 2022-03-29 02:35:32 +03:00
ColorPickers.gd Separate global tool options from the color pickers 2022-02-28 18:59:30 +02:00
ColorPickers.tscn Implement the Keychain Plugin (#700) 2022-05-16 15:07:51 +03:00
GlobalToolOptions.gd Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
GlobalToolOptions.tscn Change global tool option textures 2022-04-01 13:45:24 +03:00
NotificationLabel.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
NotificationLabel.tscn Created a "UI" folder in src 2020-05-02 01:19:01 +03:00
PatternButton.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
PatternButton.tscn Theme edits (#342) 2020-09-29 18:00:43 +03:00
PatternsPopup.gd Added a clipboard pattern button 2021-12-05 18:37:15 +02:00
PatternsPopup.tscn Refactoring tools (#281) 2020-07-09 15:22:17 +03:00
Tabs.gd Project data no longer remain in memory after the user has removed their tab 2021-12-11 21:29:32 +02:00
ToolButtons.gd Implement the Keychain Plugin (#700) 2022-05-16 15:07:51 +03:00
Tools.tscn Set minimum size in tools, tool options and timeline 2022-03-01 21:39:07 +02:00
TopMenuContainer.gd Remove duplicated lines from TopMenuContainer.gd 2022-07-08 02:22:06 +03:00
TopMenuContainer.tscn Minor code changes 2022-03-29 02:35:32 +03:00
TransparentChecker.gd Add options for custom tile mode offest (#707) 2022-06-20 12:07:20 +03:00
TransparentChecker.tscn Made TransparentChecker shader material unique for the main two viewports 2020-11-26 02:05:05 +02:00
UI.gd Minor code changes 2022-03-29 02:35:32 +03:00
UI.tscn Implement the Keychain Plugin (#700) 2022-05-16 15:07:51 +03:00
ViewportContainer.gd Moved some variables away from Global 2021-11-23 02:36:22 +02:00