summaryrefslogtreecommitdiff
path: root/reversing_game_mechanics/zoomlevel/README
diff options
context:
space:
mode:
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)