1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-08 11:29:47 +00:00
Pixelorama/src/Classes
Manolis Papadeas e901fc774a Replace "Export" with "Overwrite" when importing a png
When exporting an imported image, the export will happen immediately, without having the export dialog appear, unless "Export as..." is selected. For .png imported images, the menu option will display "Overwrite" instead of "Export". This makes it clear that if Control + E is pressed on an imported png, that file will be overwritten.
2022-03-25 02:00:40 +02:00
..
AnimationTag.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
Cel.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
Drawers.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
Frame.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
ImageEffect.gd Just one method for undo/redo in Global.gd 2021-12-02 02:22:32 +02:00
Layer.gd Fix a memory leak coming from the Layer class 2021-12-23 19:58:07 +02:00
Project.gd Replace "Export" with "Overwrite" when importing a png 2022-03-25 02:00:40 +02:00
ShaderImageEffect.gd Bugfix: Duplicate Shader in ShaderImageEffect before modifiying its code (#630) 2022-01-07 01:49:22 +02:00