1
0
forked from 0ad/0ad

# Increase maximum camera distance

This was SVN commit r9647.
This commit is contained in:
Ykkrosh 2011-06-23 12:52:43 +00:00
parent 492e49da38
commit 05898c75d1

View File

@ -82,7 +82,7 @@ view.drag.speed = 0.5
view.zoom.speed = 256.0
view.zoom.speed.wheel = 32.0
view.zoom.min = 96.0
view.zoom.max = 256.0
view.zoom.max = 512.0
view.zoom.default = 192.0
view.pos.smoothness = 0.1
view.zoom.smoothness = 0.4