Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/modules/game/typings"

Index

Type aliases

Animations

Animations: Record<string, ITexture[]>

Sheet

Sheet: { spritesheet: { animations: Record<string, BaseTexture[]> }; textures: Textures }

Type declaration

  • spritesheet: { animations: Record<string, BaseTexture[]> }
    • animations: Record<string, BaseTexture[]>
  • textures: Textures

Textures

Textures: Record<string, Texture>

Generated using TypeDoc