Update src/ui/battle-info/battle-info.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-05-27 12:33:45 -05:00
parent 8c11df69e3
commit 8936ab1870
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -410,7 +410,8 @@ export default abstract class BattleInfo extends Phaser.GameObjects.Container {
//#region Update methods and helpers
/** Update the status icon to match the pokemon's current status
/**
* Update the status icon to match the pokemon's current status
* @param pokemon - The pokemon object attached to this battle info
* @param xOffset - The offset from the name text
*/