add ship rendering and damping

This commit is contained in:
Asraelite 2016-03-22 13:18:43 +00:00
parent 05ad81ed8d
commit 80bd84230d
22 changed files with 66 additions and 6 deletions

View file

@ -15,6 +15,8 @@ function init() {
function Game() {
var self = this;
this.assets = loadAssets();
this.connected = false;
this.state = 'connecting';