Game Plugin
The Game
plugin extends the base Game
class with game-specific functionality.
Plugin Package Structure
Game Subclass Implementation
Required Components
Screen Regions
Define regions of interest:
OCR Presets
Configure text recognition settings:
GameAPI Implementation
Function Categories
UI operations
Game state management
Sprite detection
Data processing
Namespacing
Game Sprites
Directory Structure
Place sprites in files/data/sprites
using PNG format.
Naming Convention
Examples: * `sprite_npc_priest_0.png` â SPRITE_NPC_PRIEST * `sprite_npc_priest_1.png` â Additional frame for SPRITE_NPC_PRIEST
Last updated