diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-23 15:32:14 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-23 15:32:14 -0400 |
| commit | b97f3d39ac0e387385aae2685dbe830ee53a686c (patch) | |
| tree | 03c8df81703e552851af9e4096ee7deb488f7381 /public/assets/javascripts/rectangles/_env.js | |
| parent | 0b3ccda85b46183bd17cb765ab20bddeeae1a2e9 (diff) | |
| parent | b0ab3271996d542e718e8e3fc910053d60cf81f6 (diff) | |
merge
Diffstat (limited to 'public/assets/javascripts/rectangles/_env.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/_env.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/public/assets/javascripts/rectangles/_env.js b/public/assets/javascripts/rectangles/_env.js index 1e89696..3cfe969 100644 --- a/public/assets/javascripts/rectangles/_env.js +++ b/public/assets/javascripts/rectangles/_env.js @@ -17,9 +17,6 @@ environment.init = function(){ scene.camera.radius = 20 } - map.center.a = 0 - map.center.b = 0 - app.movements.gravity(true) Rooms.init() @@ -35,7 +32,7 @@ environment.init = function(){ el: document.querySelector("#minimap .el"), width: 130, height: 130, - zoom: -4.8 + zoom: -4.8 }) } } |
