1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 15:39:49 +00:00
Pixelorama/src/Autoload
Emmanouil Papadeas ee8d321902 Make cel_changed a Global signal instead
Otherwise we would have to connect the signal for every opened project. If a feature/extension requires it, we could add a reference to the project as a parameter for the cel_changed signal, but since that can get retrieved with Global.current_project, it's probably not needed.
2023-01-03 00:52:23 +02:00
..
DrawingAlgos.gd Implement cleanEdge rotation and scaling (#794) 2022-12-25 01:11:34 +02:00
Export.gd APNG Loading (#797) 2022-12-23 20:08:46 +02:00
ExtensionsAPI.gd Add an ExtensionsAPI version 2022-09-14 01:16:39 +03:00
Global.gd Make cel_changed a Global signal instead 2023-01-03 00:52:23 +02:00
HTML5FileExchange.gd APNG Loading (#797) 2022-12-23 20:08:46 +02:00
Import.gd Format code and add static checks (#599) 2021-11-25 14:48:30 +02:00
OpenSave.gd Add a change_cel() method to Project, instead of using a signal 2023-01-02 22:09:47 +02:00
Palettes.gd Basic Layer Groups and Timeline Refactor (#698) 2022-09-28 21:59:49 +03:00
Tools.gd Paint selection brush (#792) 2022-12-14 18:34:13 +02:00