From dd344a91e64a687d2d0c934b6c627b35355f8764 Mon Sep 17 00:00:00 2001 From: ondras Date: Mon, 13 Feb 2012 15:17:01 +0100 Subject: [PATCH] removed obsolete file --- index.html | 1 - js/ship.remote.js | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 js/ship.remote.js diff --git a/index.html b/index.html index 38b10ba..3c31d84 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ - diff --git a/js/ship.remote.js b/js/ship.remote.js deleted file mode 100644 index dacc71b..0000000 --- a/js/ship.remote.js +++ /dev/null @@ -1,9 +0,0 @@ -Ship.Remote = OZ.Class().extend(Ship); -Ship.Remote.prototype.init = function(game, position) { - Ship.prototype.init.call(this, game, {color:"green", position:position}); -} - -Ship.prototype.setPosition = function(position) { - this._phys.position = position; -} -