Added battleship mockup and changed video font size to fit phone's screen

This commit is contained in:
PySimpleGUI 2019-12-08 16:53:46 -05:00
parent f467d2c4b7
commit 1029729173
2 changed files with 33 additions and 1 deletions

View file

@ -4,7 +4,7 @@ from PIL import Image
import numpy as np
import PySimpleGUI as sg
font_size = 4
font_size = 3
CAMERA_FRONT = 1
CAMERA_REAR = 0