Character sprite: changed walk sprites pivot to make Sonic move ahead a bit during the animation Slope: fixed slope orientation for mid slopes causing Sonic to run them up too easily Slope: adjusted mid-slope to lower slope angle for better feel (closer to Sonic 3 Angel Island) Tilemap: fi...
Demonstrates how to implement UIWebView with a transparent background. To achieve this you need to make the HTML body's background color transparent by doing the following - set the UIWebView's backgroundColor property to [UIColor clearColor] use the UIWebView's content in the html: the ...