mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-26 02:07:26 +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)
|
function init(me)
|
||||||
--stopAllVoice()
|
--stopAllVoice()
|
||||||
resetContinuity()
|
--resetContinuity()
|
||||||
setOverrideMusic("")
|
setOverrideMusic("")
|
||||||
|
|
||||||
v.n = getNaija()
|
v.n = getNaija()
|
||||||
|
@ -59,7 +59,7 @@ function init(me)
|
||||||
|
|
||||||
avatar_toggleCape(false)
|
avatar_toggleCape(false)
|
||||||
|
|
||||||
setMousePos(400, 550)
|
--setMousePos(400, 550)
|
||||||
|
|
||||||
fade(1, 0)
|
fade(1, 0)
|
||||||
fade(0, 1)
|
fade(0, 1)
|
||||||
|
|
Loading…
Reference in a new issue