added zooming with +, - and 0

This commit is contained in:
logsol 2014-07-07 23:32:11 +02:00
parent cc8cf6c5f9
commit ac27da1e31
7 changed files with 82 additions and 12 deletions

View file

@ -3,6 +3,9 @@ define(function() {
var Settings = {
STAGE_WIDTH: 600,
STAGE_HEIGHT: 400,
ZOOM_FACTOR: 0.8,
ZOOM_DEFAULT: 1,
ZOOM_MAX: 10,
// BOX2D INITIALATORS
BOX2D_WORLD_AABB_SIZE: 3000,