Help with quick engine
changing the gravity/friciton doesn't seem to be changing anything when I run the program. Am I doing something wrong?
init = function() Quick.init() Quick.gravity = 50 Quick.friction = 40
changing the gravity/friciton doesn't seem to be changing anything when I run the program. Am I doing something wrong?
init = function() Quick.init() Quick.gravity = 50 Quick.friction = 40
thanks!