From 56b7d0b61283cea04fca04ce85b85531b9e5b181 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 6 Aug 2012 19:35:34 +0200 Subject: [PATCH] Remove old stuff --- map_isometric.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/map_isometric.js b/map_isometric.js index da8a76c..97f0992 100644 --- a/map_isometric.js +++ b/map_isometric.js @@ -95,11 +95,6 @@ if(RadiumEngine !== undefined) var t3 = t1.Add(new RadiumEngine.Point(0, this.tile_height)); var t4 = t1.Add(new RadiumEngine.Point(0 - (this.tile_width / 2), this.tile_height / 2)); - /*var t1 = new RadiumEngine.Point(pos_x + (this.tile_width / 2), pos_y); - var t2 = new RadiumEngine.Point(pos_x + this.tile_width, pos_y + (this.tile_height / 2)); - var t3 = new RadiumEngine.Point(pos_x + (this.tile_width / 2), pos_y + this.tile_height); - var t4 = new RadiumEngine.Point(pos_x, pos_y + (this.tile_height / 2));*/ - this.context.beginPath(); this.context.moveTo(t1.x, t1.y);