mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
node_title continuity reset breaks stuff now, and appears to be unnecessary
- Tile effects are loaded on continuity reset, which clears ALL tiles. This is bad and needs further fixing. - Continuity reset happens in other ways, too - So effectively a bunch of text files were loaded twice - Very slight improvement to startup time - Should probably remove the Lua function...? - Don't warp mouse on title screen (less intrusive)
This commit is contained in:
parent
7e040ea354
commit
6afe0257da
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ v.mbDown = false
|
|||
|
||||
function init(me)
|
||||
--stopAllVoice()
|
||||
resetContinuity()
|
||||
--resetContinuity()
|
||||
setOverrideMusic("")
|
||||
|
||||
v.n = getNaija()
|
||||
|
@ -59,7 +59,7 @@ function init(me)
|
|||
|
||||
avatar_toggleCape(false)
|
||||
|
||||
setMousePos(400, 550)
|
||||
--setMousePos(400, 550)
|
||||
|
||||
fade(1, 0)
|
||||
fade(0, 1)
|
||||
|
|
Loading…
Reference in a new issue