Time and Timers Clock plugin, TimerEvent, delays, loops, Timeline event sequencing, pausing time, time scale, and delta time in Phaser 4. Key source paths: , , , , Related skills: ../scenes/SKILL.md, ../tweens/SKILL.md Quick Start is the scene's instance (registered as the plugin under the key ). It creates and manages objects that fire callbacks based on game time. Core Concepts Clock (this.time) The Clock is a Scene-level plugin that tracks game time and updates all of its TimerEvents each frame. Key properties: - -- current time in ms (equivalent to passed to the scene method). - -- timest…