summaryrefslogtreecommitdiff
path: root/reversing_game_mechanics/zoomlevel/README
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-28 00:29:04 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-28 00:29:04 +0200
commitf13b8a44441206a4f761002ed3adabd129601ba1 (patch)
tree83543b16f1982441f669391667a5e78261b87842 /reversing_game_mechanics/zoomlevel/README
parent38f85429d76bb220580283c638036cbbf67df4df (diff)
use new zoom formula
Diffstat (limited to 'reversing_game_mechanics/zoomlevel/README')
-rw-r--r--reversing_game_mechanics/zoomlevel/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/reversing_game_mechanics/zoomlevel/README b/reversing_game_mechanics/zoomlevel/README
index 7845ea3..a2acc90 100644
--- a/reversing_game_mechanics/zoomlevel/README
+++ b/reversing_game_mechanics/zoomlevel/README
@@ -28,3 +28,5 @@ Result: visible diagonal = 369.399 * sum(sizes)**0.431776
Also, analyze.py tells us that the viewport ratio is 1.7 : 1
+Additionally, if size<70, then the value 70 instead of "size" is used (found
+out by tinkering around manually)