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:
bgkillas 2024-10-13 18:58:22 -04:00
parent f2f8f9f0b0
commit 8ae4052480
22 changed files with 640 additions and 260 deletions

View file

@ -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)