summaryrefslogtreecommitdiff
path: root/assets/javascripts/rectangles/_env.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-05-05 15:56:07 -0400
committerJules Laplace <jules@okfoc.us>2014-05-05 15:56:07 -0400
commit9f4204d35f1dbd861417cd8a04bb26c46299f55a (patch)
tree79a6f43198f38dba10de55d47c3995b83a29d263 /assets/javascripts/rectangles/_env.js
parent79b0e1b0a127260978c69165466953ae86f6d6b2 (diff)
happy with refactor
Diffstat (limited to 'assets/javascripts/rectangles/_env.js')
-rw-r--r--assets/javascripts/rectangles/_env.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/javascripts/rectangles/_env.js b/assets/javascripts/rectangles/_env.js
index 18d4f05..349f601 100644
--- a/assets/javascripts/rectangles/_env.js
+++ b/assets/javascripts/rectangles/_env.js
@@ -13,10 +13,10 @@ environment.init = function(){
scene.camera.radius = 20
}
- map.center.a = scene.camera.x
- map.center.b = scene.camera.z
-// map.center.a = 0
-// map.center.b = 0
+// map.center.a = scene.camera.x
+// map.center.b = scene.camera.z
+ map.center.a = 0
+ map.center.b = 0
Rooms.list.push( new Room ({
rect: new Rect(-500,-500, 500,500),