add gui example

This commit is contained in:
2023-06-24 23:30:35 +01:00
parent cc26720ae2
commit 3d98b2accd
4 changed files with 119 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ def ex_events():
subprocess.run(["py", str(path)])
def ex_gui():
path = Path.cwd() / "examples" / "gui" / "."
subprocess.run(["py", str(path)])
def ex_levels():
path = Path.cwd() / "examples" / "levels" / "."
subprocess.run(["py", str(path)])