Switch to compfy

This commit is contained in:
davidovski 2023-11-20 23:33:59 +00:00
parent 4c2194a7c5
commit 2c23da6112
10 changed files with 943 additions and 4 deletions

View file

@ -69,11 +69,11 @@ for screen in screens:
#Size of the tablet
#Prioritize the width when scaling between aspect ratios
tw = target[2]
tw = target[2]
th = tw / tablet_ratio
if "-r" in sys.argv or "-l" in sys.argv:
th = target[2]
th = target[2]
tw = th / tablet_ratio
#make a variable that will try to make the scale the same over diferent resoultions