combined start and lobby frame

This commit is contained in:
2023-05-04 20:39:42 -07:00
parent 1dea2cf324
commit 17e15b47eb
5 changed files with 88 additions and 85 deletions

View File

@@ -7,7 +7,7 @@ class Constants:
port = 8328
text_format = "utf-8"
small_window_size = (300, 150)
medium_window_size = (300, 500)
medium_window_size = (600, 400)
large_window_size = (1440, 900)
header_size = 512
buffer_size = 4096