mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Refactor ewext a bit
This commit is contained in:
parent
3494eb07a0
commit
dd8388102a
4 changed files with 136 additions and 104 deletions
|
@ -9,6 +9,7 @@ local module = {}
|
|||
|
||||
function module.on_world_initialized()
|
||||
initial_world_state_entity = GameGetWorldStateEntity()
|
||||
ewext.on_world_initialized()
|
||||
ewext.save_world_state()
|
||||
local grid_world = world_ffi.get_grid_world()
|
||||
local chunk_map = grid_world.vtable.get_chunk_map(grid_world)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue