Move GUI to Source folder to avoid conflicts

This commit is contained in:
Mike A. Trethewey
2020-02-27 01:10:49 -08:00
parent a256dc1ae3
commit 74f3e89547
33 changed files with 41 additions and 40 deletions

View File

@@ -9,7 +9,7 @@ from EntranceShuffle import connect_entrance
from Fill import FillError, fill_restrictive
from Items import ItemFactory
import classes.constants as CONST
import source.classes.constants as CONST
#This file sets the item pools for various modes. Timed modes and triforce hunt are enforced first, and then extra items are specified per mode to fill in the remaining space.