Version/romnaming refactor
This commit is contained in:
@@ -8,12 +8,6 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType
|
||||
from OverworldGlitchRules import create_owg_connections
|
||||
from Utils import bidict
|
||||
|
||||
version_number = '0.6.1.7'
|
||||
# branch indicator is intentionally different across branches
|
||||
version_branch = ''
|
||||
|
||||
__version__ = '%s%s' % (version_number, version_branch)
|
||||
|
||||
parallel_links_new = None # needs to be globally available, reset every new generation/player
|
||||
|
||||
def link_overworld(world, player):
|
||||
|
||||
Reference in New Issue
Block a user