2022.01.30.2
|
@ -21,12 +21,12 @@ class Device(Template):
|
||||||
"Silver": 'silver',
|
"Silver": 'silver',
|
||||||
"Yellow": 'yellow'}
|
"Yellow": 'yellow'}
|
||||||
|
|
||||||
self.__portrait_width__ = 4216
|
self.__portrait_width__ = 2008
|
||||||
self.__portrait_height__ = 2375
|
self.__portrait_height__ = 1131
|
||||||
self.__portrait_x__ = 517
|
self.__portrait_x__ = 246
|
||||||
self.__portrait_y__ = 302
|
self.__portrait_y__ = 144
|
||||||
|
|
||||||
self.__landscape_width__ = 4216
|
self.__landscape_width__ = 2008
|
||||||
self.__landscape_height__ = 2375
|
self.__landscape_height__ = 1131
|
||||||
self.__landscape_x__ = 517
|
self.__landscape_x__ = 246
|
||||||
self.__landscape_y__ = 302
|
self.__landscape_y__ = 144
|
||||||
|
|
Before Width: | Height: | Size: 7.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 7.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 5.6 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 5.6 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 7.4 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 7.4 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 7.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 7.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 6.7 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 6.7 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 8.2 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 8.2 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 7.9 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 7.9 MiB After Width: | Height: | Size: 1.7 MiB |
2
setup.py
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='MockupEngineer',
|
name='MockupEngineer',
|
||||||
version='2022.01.30.1',
|
version='2022.01.30.2',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
url='https://github.com/ulbwazhine/MockupEngineer',
|
url='https://github.com/ulbwazhine/MockupEngineer',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|