Feature/py camera #35

Merged
shenjackyuanjie merged 9 commits from feature/py_camera into main 2023-06-25 15:45:54 +08:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f1abeb430e - Show all commits

View File

@ -7,8 +7,8 @@ fonts_folder = "libs/fonts"
[window]
style = "None"
width = 1041
height = 1050
width = 1918
height = 2088
visible = true
gui_scale = 1
caption = "Difficult Rocket v{DR_version}"

View File

@ -9,7 +9,7 @@ import sys
from typing import TYPE_CHECKING
#: The release version
version = '2.0.7'
version = '2.0.8'
__version__ = version
MIN_PYTHON_VERSION = 3, 8