diff options
| author | Julie Lala <jules@okfoc.us> | 2014-04-22 01:38:00 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-04-22 01:38:00 -0400 |
| commit | 7d73354432c714fffa47563d0424cc51964238d3 (patch) | |
| tree | db308dd0d5a54d83aee213b9a50a5c5da345ed0a /assets/javascripts/rectangles/_env.js | |
| parent | c618f157845c6baa492c935dc84012d392993f8f (diff) | |
ok fixed map stuff for real
Diffstat (limited to 'assets/javascripts/rectangles/_env.js')
| -rw-r--r-- | assets/javascripts/rectangles/_env.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/javascripts/rectangles/_env.js b/assets/javascripts/rectangles/_env.js index 4023cdc..1063d80 100644 --- a/assets/javascripts/rectangles/_env.js +++ b/assets/javascripts/rectangles/_env.js @@ -11,8 +11,8 @@ environment.init = function(){ // map.center.a = scene.camera.x // map.center.b = scene.camera.z - map.center.a = 0 - map.center.b = 0 + map.center.a = 100 + map.center.b = 100 clipper.rooms.push( new room ({ rect: new rect(-100,-100, 100,100), |
