Direct assignment of Body values, allows for sloped ground walking.

This commit is contained in:
photonstorm
2014-01-27 17:08:20 +00:00
parent dbdb2a2026
commit fbe508ab1b
8 changed files with 199 additions and 122 deletions
+2 -1
View File
@@ -62,6 +62,7 @@ function update() {
function render() {
game.debug.renderBodyInfo(car, 16, 24);
// game.debug.renderBodyInfo(car, 16, 24);
game.debug.renderBodyInfo(aliens.getFirstAlive(), 16, 24);
}