Archive for the ‘Blog’ Category
Making Firefox and Javascript play nice together
A word to the wise; when including an external javascript file on an HTML page, always terminate your script tag with a closing script tag, not an inline closing slash. – View Post ..
How to set friction on circles in Box2D
This one stumped me for a while the other day. While building a game I was trying to use a circular Box2D physics object for the main character. I wanted – View Post ..
