Version bump 0.3.1.0
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.3.1.0
|
||||||
|
- Added new Triforce Cutscene when getting Triforce item (turning in TF Pieces)
|
||||||
|
- Fixed issue with enemy key drops displaying the wrong GFX
|
||||||
|
- Fixed issue with boss music playing in Hera after boss is defeated
|
||||||
|
- Fixed issue that limited the Bonk count to cap at 99
|
||||||
|
- Made Murahdahla interactable on Pyramid in Rainstate
|
||||||
|
|
||||||
## 0.3.0.8
|
## 0.3.0.8
|
||||||
- All Bonk prize GFX are no longer using the Power Star placeholder GFX
|
- All Bonk prize GFX are no longer using the Power Star placeholder GFX
|
||||||
- Fixed issue with dislaying Key GFX during tablet animations
|
- Fixed issue with dislaying Key GFX during tablet animations
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType
|
|||||||
from OverworldGlitchRules import create_owg_connections
|
from OverworldGlitchRules import create_owg_connections
|
||||||
from Utils import bidict
|
from Utils import bidict
|
||||||
|
|
||||||
version_number = '0.3.0.8'
|
version_number = '0.3.1.0'
|
||||||
# branch indicator is intentionally different across branches
|
# branch indicator is intentionally different across branches
|
||||||
version_branch = '-u'
|
version_branch = '-u'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user