platformer - v1.0.0
    Preparing search index...
    • ECS system that updates player state timers.

      Currently, handles invulnerability countdown logic.

      Parameters

      • ecs: default

        The ECS world instance.

      • dt: number

        Delta time (in seconds).

      Returns void

      • Operates on entities with playerState.
      • Ensures timers never drop below zero.