From f13b8a44441206a4f761002ed3adabd129601ba1 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Fri, 28 Aug 2015 00:29:04 +0200 Subject: use new zoom formula --- reversing_game_mechanics/zoomlevel/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'reversing_game_mechanics/zoomlevel/README') 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) -- cgit v1.2.3