Correctly handle transparent rectangles. Make Crosswork demo run on Web.

This commit is contained in:
MikeTheWatchGuy 2019-05-09 10:12:38 -04:00
parent 16d96109a7
commit 73f0ebe02a
2 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,7 @@
import sys
if sys.version_info[0] >= 3:
import PySimpleGUI as sg
# import PySimpleGUIWeb as sg # take your pick of ports. Runs on both
else:
import PySimpleGUI27 as sg
import random