Constructor


ArenaSprite(arena: Arena, x: number?, y: number?)

Arguments:

arena: Arena

The region that the player is confined to within waves in a battle. Usually accessed through Game.battle.arena, which is only set during waves.

x: number?
y: number?




Methods


ArenaSprite:canDeepCopyKey(key: any)

Arguments:

key: any

Returns:

1: boolean









Fields


ArenaSprite.arena: Arena

The arena this Object is drawing.


ArenaSprite.background: boolean

Whether to draw the arena's background.



Undocumented