Dex
Dex
Proposed by Fantos 
- [x] How do I create a custom command? - [x] How do I register it in the editor? - [ ] How do I create a template? - [...
Looking at command script, many parts of the command definition related to its command block doesn't have a common name to filter with. I.E `background_color`, `command_text_color` or `command_hint_icon` doesn't seems...
 Right click menu appears in the wrong position in screen.
Unit testing scripts to test that stuff still works even after making modifications. I'll try my best to design around functionality and behavior, so tests should cover both. This relies...
CommandRecord has no exposed GUI to manipulate the record, so users can't add or remove commands. They can, however, add or remove them through project settings, but the idea of...
Currently we have to write manually the node and the property that we want to apply for an operation. I suggest to do something similar to what we did with...
 This is a kinda big update and I used this chance to adjust things for the future. ## What's new? - I changed our Tree implementation with a custom/fake...