platformer - v1.0.0
    Preparing search index...
    • ECS system that integrates velocity into position.

      Applies movement using delta time and handles moving platforms by inheriting the grounded entity's velocity.

      Parameters

      • ecs: default

        The ECS world instance.

      • dt: number

        Delta time (in seconds).

      Returns void

      • Operates on entities with transform.
      • If grounded on another entity, applies platform motion.
      • Performs simple Euler integration.