SavedByZero

Results 13 issues of SavedByZero

The Unity recorder only records the very center of the volumetric lines laser blast when I have alpha enabled in the recording options (which I need), it does not record...

Hi there, I have a bunch of elements exported from Fireblade, and while I've managed to change it enough that I can drag individual elements that I want, they don't...

I have this masking code: g.save(); g.drawTexture(_texture, 0, 0); g.setBlendMode(BlendMode.Mask); g.drawTexture(_mask, 0, 0); ``` g.restore(); ``` It works fine for the Flash and android targets, but for html5, the colors...

If the destination X and Y is greater than 0,0. For example: graphics.drawTexture(image, 0, 0); graphics.setBlendMode(BlendMode.Mask); graphics.drawTexture(mask, 50, 50); Anyhow, a mask should mask the entire background except for whatever...

My game is having a severe alignment discrepancy between some Android models in the Flambe Android target. It looks like this on our Samsung Galaxy 10.1 (it wasn't upside down,...

I'm having a problem centering my text sprites when I use word wrap. The horizontal centering works fine, but vertically, it hovers near the top of its container when the...

I've looked over this page on different screen sizes, but the native ios compilation doesn't seem sensitive to the changes I make on the web/index.html page. Is that link mainly...

I'm probably missing something, but I noticed the stage is suddenly very short in html and completely heightless in Flash. I also get this error when I run it in...

# The problem even with the dependency loaded in the app gradle file, Link classes are "unable to resolve" # Environment Android Studio 4.1, Windows PC # Steps to Reproduce...

I'm getting error 400 from twitter every time I try to post. I've verified that: -every key and secret is correct -my app status allows reading and posting -my app...