Skip to content

spinEntities

spinEntities(world, deltaSeconds): void

Defined in: packages/engine/src/gameplay/behaviours/systems.ts:59

Turns each spinning entity round y. An entity without a facing gets one, so a coin that never walks still turns. A streamed one turns on the room’s word.

Parameter Type
world World
deltaSeconds number

void