diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-28 00:29:04 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-28 00:29:04 +0200 |
commit | f13b8a44441206a4f761002ed3adabd129601ba1 (patch) | |
tree | 83543b16f1982441f669391667a5e78261b87842 /reversing_game_mechanics/zoomlevel/README | |
parent | 38f85429d76bb220580283c638036cbbf67df4df (diff) |
use new zoom formula
Diffstat (limited to 'reversing_game_mechanics/zoomlevel/README')
-rw-r--r-- | reversing_game_mechanics/zoomlevel/README | 2 |
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) |