mirror of
https://github.com/wassname/phaser.git
synced 2026-08-05 13:21:00 +08:00
Direct assignment of Body values, allows for sloped ground walking.
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user