No use trying to add these as dependencies for now, but they will work if you simply copy paste the extensions into your project.
I ended up moving the scripts into their own repositories
Adds functionality for creating new atlases and adding images to already existing atlases.
Adds functionality for creating a new resource depending on selected component(s).
$.wav => $.sound
$.ogg => $.sound
$.json and $.atlas => $.spinescene
$.spinescene => $.spinemodel
Adds functionality for helping you clean up your project.
Notes: Uses Python 3.5+ (3.7 recommended) and DefTree.
editor-script-monarch
(now part of monarch)
Notes: This is in pure lua!
Adds functionality to create a monarch scene from a gui file.
Not the best at naming
Notes: Does not work against github enterprice, requires python installed.
Print the status of your dependencies as an easy way to see if they are up to date or not. This one is written in python 2.7 therefore it should work on macOS out of the box (and with a python install on windows).
Example output:
Project 'defold-clipboard' is up to date.
Project 'defold-lfs' is out dated, latest version is
https://github.com/britzl/defold-lfs/archive/1.0.1.zip
Project 'extension-gps' is up to date.
Adds menu buttons under Edit for aligning gui nodes.
Notes: This is in pure Lua! Can currently not get parent of a node, therefore it only works on nodes without parents. Only take Z rotation into account. Can currently not access pivot so it assumes all pivots are Center.
Adds menu buttons under Edit for distributing gui nodes.
Notes: This is in pure Lua! Can currently not get parent of a node, therefore it only works on nodes without parents. Can currently not access pivot so it assumes all pivots are Center.