added simple mode

This commit is contained in:
logsol 2014-12-09 15:55:28 +01:00
parent 1e233efbea
commit 0a0b3e8849
3 changed files with 26 additions and 6 deletions

View file

@ -11,7 +11,7 @@ function (Parent, Settings, Nc) {
// View uses this to calculate center position
this.lookAtXY = {
x: 0.3,
x: Settings.VIEWPORT_LOOK_AHEAD,
y: 0
}