mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
sync angry ghost memory, make stevari spawn nicer, sync gate boss / tiny / tapion spawn, dont disable movement in pause menues
This commit is contained in:
parent
f2f8f9f0b0
commit
8ae4052480
22 changed files with 640 additions and 260 deletions
|
@ -118,6 +118,9 @@ local function load_modules()
|
|||
ctx.load_system("worms")
|
||||
ctx.load_system("wand_charm")
|
||||
ctx.load_system("stevari")
|
||||
ctx.load_system("angry_ghost_memory")
|
||||
ctx.load_system("gate_boss")
|
||||
ctx.load_system("tapion")
|
||||
end
|
||||
|
||||
local function load_extra_modules()
|
||||
|
@ -189,7 +192,7 @@ function OnPausedChanged(paused, is_wand_pickup)
|
|||
--EntitySetComponentIsEnabled(players[1], inventory_gui, false)
|
||||
np.EnableInventoryGuiUpdate(false)
|
||||
np.EnablePlayerItemPickUpper(false)
|
||||
ComponentSetValue2(controls_component, "enabled", false)
|
||||
ComponentSetValue2(controls_component, "enabled", true)
|
||||
else
|
||||
--EntitySetComponentIsEnabled(players[1], inventory_gui, true)
|
||||
np.EnableInventoryGuiUpdate(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue