Mark LaCroix
Mark LaCroix
I've gone in and updated Noble.lua to add a configuration API, which allows user to set these values: ``` { defaultTransitionDuration = 1, defaultTransitionHoldDuration = 0.2, defaultTransitionType = Noble.TransitionType.DIP_TO_BLACK, enableDebugBonkChecking...
I'm very happy that your PR inspired this change, btw!
I finally found time to review and pull this. I made a few changes to conform to the Noble Engine's code style, and I re-incorporated `Noble.isTransitioning` to work with this...
Nice! I solicited opinions from native users when I created the font and got some help on these same concerns, but this great feedback. Thanks!
I'm not going to call this a bug, but that doesn't mean it doesn't for sure need improvement.
This is good. I'll have to run some tests before pulling, just to be sure there's no overhead, or it's worth it even if there is. It might be a...
I like this a lot! I'd want to create it so that it's app-specific behavior which mostly governs this, but that it can be overridden or amended with scene-specific behavior....
Yup, introduced in #62. Documentation _is_ still light, but you should be able to use an existing transition as a template in order to make your own.
As a someone who works exclusively with non-HTML5 targets, I'm very nervous about changes that would increase friction for users like me, but I think a top priority for the...
I may have found something. In the MXI file, it details where to put the SASSCodeHints.xml file, using the path: $dreamweaver/Configuration/CodeHints" (with an uppercase 'C') However, in CS6, the path...