rileytestut / SNES4iOS

A modification of SNES--HD- by WoozleWrangler that can now be run on non-jailbroken iPhones, iPod Touches, and iPads! This is possible thanks to Spencer Nielsen and his script removing jailbreak-specfic features (http://www.aorensoftware.com/blog/2011/05/23/play-snes-games-on-your-ipad-without-jailbreaking/)
269 stars 71 forks source link

Landscape controller: reduce opacity #3

Closed mistydemeo closed 12 years ago

mistydemeo commented 12 years ago

I've been playing games in landscape mode, but I found that the controller was really distracting - it was hard to see the game's graphics underneath the buttons. I reduced the opacity by 50%, which is still visible enough to see where the buttons are without hiding the graphics underneath.

rileytestut commented 12 years ago

I think this is a great idea, but instead of reducing the actual image file's opacity by 50%, I've done it through code so I can reverse it or change the amount at any time. The latest commit has these changes so check it out!