Merge remote-tracking branch 'origin/master' into state_manager_2

Conflicts:
	script/events.js
This commit is contained in:
LucidCrux
2013-07-24 21:01:59 -06:00
5 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -219,7 +219,7 @@ var Space = {
Space.ship.css({
left: x + 'px',
top: y + 'px',
top: y + 'px'
});
Space.lastMove = Date.now();
@@ -453,4 +453,4 @@ var Space = {
handleStateUpdates: function(e){
}
};
};