Joncom
Joncom
Have you tried ACTIVE-ACTIVE or LITE-LITE?
Fixed the broken Web Audio unlocking: 1425a041e3a85fa00bc8e7a86d6f84aab67a6104 However, HTML5 Audio still does not get unlocked automatically, and still faces the problem of causing a moment of FPS lag and/or making...
On a related note, I'm seeing an audio error at https://playbiolab.com/ before the game even starts. 
Actually, it's possible that folder already gets ignored in the official code. I'm using "impact-dev-server", so it might behave slightly different...
I see only one other commit (present in my local copy of Impact but) missing from the Github repo: ```diff $ git show 6593b1be07eb683565dca3282e64d5359670e306 commit 6593b1be07eb683565dca3282e64d5359670e306 (HEAD -> master, bitbucket/master)...
> [Disk count not same as ram count] means [that] records went missing - usually [due to] an invalid update that SEA rejects Pretty sure I wasn't even using SEA...
Hard to say. I was rapidly reading and writing a lot of different data to and from the database at the time.
> Any particular reason you're using an event listener instead of checking `FlxG.keys`? Yes, because I'm porting another game engine to Haxe, and just using HaxeFlixel as a framework to...
I wonder if this is related (quote from https://bjango.com/articles/pngcompression/): > In an effort to dramatically increase drawing performance of iOS apps, Xcode re-compresses PNG files as it builds. It premultiplies...
 The format is `RGBA32` and pulls the correct bytes, but in the wrong order (~~order appears to be ABGR instead of RGBA~~)....