UNPKG

puzzlescript

Version:

Play PuzzleScript games in your terminal!

4 lines (3 loc) 193 B
import { IGameCode } from './models/BaseForLines'; import { GameSpritePixels } from './models/tile'; export declare function getLetterSprites(source: IGameCode): Map<string, GameSpritePixels>;