mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
534a7fd356
This way, Pixelorama remembers the changes users make to the UI, without them having to go to Window, Manage Layouts and clicking on Edit, which was an unintuitive and slow way. Needs testing because bugs may linger. This commit also adds a new `save_on_change` variable and a `save` method on layout.gd of the dockable_container plugin. Perhaps I should also add this upstream as well. I also need to add a way to create new layouts based off the default ones (which are permanently stored within Pixelorama's pck file and cannot be modified), so users will always have the option to resort to the default layouts. |
||
---|---|---|
.. | ||
aimg_io | ||
dockable_container | ||
gdgifexporter | ||
keychain | ||
SmartSlicer/Classes | ||
README.md |
Addons
aimgio
- Upstream: https://gitlab.com/20kdc/20kdc_godot_addons
- Version: ba00188e9da1ae229181f106788fcb72ccdd85fa
- License: Unlicense
Keychain
- Upstream: https://github.com/Orama-Interactive/Keychain
- Version: 5031af557efcff4eb1ae77550e91868ab57cb1c0
- License: MIT
gdgifexporter
- Upstream: https://github.com/jegor377/godot-gdgifexporter
- Version: c368952a97bbbbcfa491358a61043be7009536a6
- License: MIT
Files extracted from source:
gdgifexporter/quantization/enhanced_uniform_quantization.gd
godot-dockable-container
- Upstream: https://github.com/gilzoide/godot-dockable-container
- Version: Based on 274ea7264440003071bcd024f31e130c984df3c6 (PR #27), but with changes in layout.gd that add a
save_on_change
variable and asave()
method. - License: CC0-1.0
SmartSlicer
- Upstream: https://github.com/Variable-Interactive/SmartSlicer
- Version: Based on git commit 5d65d2ff556fed878099c96546ceb307aa3bc030 with a modification on SmartSlicePreview.gd (lines 31-32). Only the contents of addons folder are used and the script SmartSlicePreview.gd is moved to res://src/UI/Dialogs/HelperScripts/ for better organization
- License: MIT