lunafromthemoon
lunafromthemoon
With cypress https://www.cypress.io/ we can create test cases that work visually in a browser. I'm not familiar with it but Monogatari was using them successfully and it could work with...
Currently sliders are MaskSliders that just have two frames: empty and full, clicking on the slider changes the mask of the full slider. A new component with background and thumb...
Create a button with an background asset and a Label on top. Label can change properties on mouseover/pressed.
Currently plugins can be transitions with the onCall action, change this so the transition can be registered in the onInit function of the plugin. Remove the plugin search in transition.get...
Reigster all plugins on their particular signals (onInit, onStart, onSave, onLoad, onTap, onCharacter, onAction, onEnd) and dispatch signals in the key moments.