HitFX, Early/Late display with ms #35

Merged
hersi merged 16 commits from domdoc-develop into master 2022-05-27 11:17:12 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e5594c5978 - Show all commits

View File

@ -14,14 +14,14 @@ local compare = {
local portraitHeightFractions = {
["UPPER+"] = 2.4,
["UPPER"] = 3,
["STANDARD"] = 4,
["STANDARD"] = 4.2,
["LOWER"] = 5.3,
}
local landscapeHeightFractions = {
["UPPER+"] = 1.5,
["UPPER"] = 2.7,
["STANDARD"] = 5.1,
["STANDARD"] = 4.1,
["LOWER"] = 6.7,
}