spelunky-fyi / overlunky

An overlay for Spelunky 2 to help you with modding, exploring the depths of the game and practicing with tools like spawning arbitrary items, warping to levels and teleporting.
MIT License
86 stars 32 forks source link

Map/set stuff also skip in layer #323

Closed Mr-Auto closed 1 year ago

Mr-Auto commented 1 year ago

Wondering if we can use this stuff to improve functions like get_entities_overlapping_hitbox and get_entities_at

Mr-Auto commented 1 year ago

Wondering if there is a need for listing all the owned items, like get_owned_items, to get all the uid's from the state->room_owners->owned_items.

Maybe that would be too confusing with the owner and last_owner i Movable ?

Dregu commented 1 year ago

Wondering if there is a need for listing all the owned items, like get_owned_items, to get all the uid's from the state->room_owners->owned_items.

Maybe that would be too confusing with the owner and last_owner i Movable ?

Sounds useful, if only for some science.