1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00
Pixelorama/src
TheLsbt f373dae714
Better signal representation (#971)
* Update 3DShapeEdit.tscn

Change the menu button to flat to indicate that it is a button that you can press and not a label

* Changed Signal names to make sense

Note: I did not change functions in the ExtensionsAPI

Changed signals in Global.gd (and everywhere else they are referenced) from *_changed to *_switched

* Bonus Signal

Added a signal in Global.gd that gets emitted just before the project is changed.

Added project_changed to Global.gd which also emits what project was changed by an action (not switched).

* Formatting
2024-01-09 00:22:56 +02:00
..
Autoload Better signal representation (#971) 2024-01-09 00:22:56 +02:00
Classes Better signal representation (#971) 2024-01-09 00:22:56 +02:00
Palette Fix formatting 2024-01-04 15:58:57 +02:00
Preferences Revert palette file format back to JSON (#967) 2023-12-23 00:28:35 +02:00
Shaders Reference Image Improvements (#961) 2023-12-31 14:12:37 +02:00
Tools Better signal representation (#971) 2024-01-09 00:22:56 +02:00
UI Better signal representation (#971) 2024-01-09 00:22:56 +02:00
Main.gd Set is_quitting_on_save = false after saving while quitting 2023-12-18 21:30:30 +02:00
Main.tscn Add "include blended images" in SaveSpriteHTML5.tscn, and use save_project() for both desktop and web platforms 2023-12-18 20:55:40 +02:00