mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-23 19:32:03 -04:00
Changed Camera min/max zoom.
This commit is contained in:
parent
8fa9c9c410
commit
ec86a07906
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ CocoClass = require 'lib/CocoClass'
|
||||||
r2d = (radians) -> radians * 180 / Math.PI
|
r2d = (radians) -> radians * 180 / Math.PI
|
||||||
d2r = (degrees) -> degrees / 180 * Math.PI
|
d2r = (degrees) -> degrees / 180 * Math.PI
|
||||||
|
|
||||||
MAX_ZOOM = 8
|
MAX_ZOOM = 4
|
||||||
MIN_ZOOM = 0.1
|
MIN_ZOOM = 0.05
|
||||||
DEFAULT_ZOOM = 2.0
|
DEFAULT_ZOOM = 2.0
|
||||||
DEFAULT_TARGET = {x:0, y:0}
|
DEFAULT_TARGET = {x:0, y:0}
|
||||||
DEFAULT_TIME = 1000
|
DEFAULT_TIME = 1000
|
||||||
|
|
Loading…
Add table
Reference in a new issue