mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Sync physics entities.
This commit is contained in:
parent
59f8381a95
commit
9955f3c4b2
8 changed files with 203 additions and 21 deletions
|
@ -29,8 +29,10 @@ def maybe_map_types(name, typ):
|
|||
typ = "bool"
|
||||
if typ == "item_entity_id":
|
||||
typ = "entity_id"
|
||||
if typ == "physics_body_id":
|
||||
raise ValueError(f"{typ} not supported")
|
||||
#if typ == "physics_body_id":
|
||||
# raise ValueError(f"{typ} not supported")
|
||||
if name == "physics_body_id":
|
||||
typ = "physics_body_id"
|
||||
return typ
|
||||
|
||||
def parse_arg(arg_s):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue