spinners and gems
This commit is contained in:
@@ -237,6 +237,9 @@ impl TryFrom<MapFile> for Board {
|
||||
solid: t.solid,
|
||||
opaque: t.opaque,
|
||||
pushable: t.pushable,
|
||||
// Hand-placed objects are never grab targets; only expanded
|
||||
// grab archetypes (e.g. gems) set this (see expand_builtin_archetypes).
|
||||
grab: false,
|
||||
script_name: t.script_name,
|
||||
// Script-backed archetypes are expanded after the board is built
|
||||
// (see `expand_builtin_archetypes` below), not via templates.
|
||||
|
||||
Reference in New Issue
Block a user