mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Some things seem to work
This commit is contained in:
parent
c7b389a389
commit
2a09cbbfaa
7 changed files with 177 additions and 312 deletions
|
@ -33,6 +33,7 @@ function module.on_local_player_spawn()
|
|||
end
|
||||
end
|
||||
EntitySetTransform(GameGetWorldStateEntity(), 0, 0)
|
||||
|
||||
end
|
||||
|
||||
function module.on_world_update()
|
||||
|
@ -40,6 +41,7 @@ function module.on_world_update()
|
|||
oh_another_world_state(GameGetWorldStateEntity())
|
||||
initial_world_state_entity = GameGetWorldStateEntity()
|
||||
end
|
||||
ewext.test_fn()
|
||||
end
|
||||
|
||||
return module
|
Loading…
Add table
Add a link
Reference in a new issue