Merge branch 'DoorDev' into DoorDevUnstable

# Conflicts:
#	Doors.py
#	Main.py
#	RELEASENOTES.md
This commit is contained in:
aerinon
2023-02-15 14:27:26 -07:00
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,4 @@
import importlib.util
import webbrowser
from tkinter import Tk, Label, Button, Frame
def check_requirements(console=False):
@@ -26,6 +24,9 @@ def check_requirements(console=False):
logger.error('See the step about "Installing Platform-specific dependencies":')
logger.error('https://github.com/aerinon/ALttPDoorRandomizer/blob/DoorDev/docs/BUILDING.md')
else:
import webbrowser
from tkinter import Tk, Label, Button, Frame
master = Tk()
master.title('Error')
frame = Frame(master)