mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
c4a68e3e87
All the Debug methods have had the word 'render' removed from the start. So where you did `debug.renderSpriteInfo` before, it's now just `debug.spriteInfo`. Debug methods that rendered geometry (Rectangle, Circle, Line, Point) have been merged into the single method: `Debug.geom`.