UNPKG

@erikyuzwa/rogue-punk

Version:

a JavaScript library to help you build your roguelike adventures

10 lines (9 loc) 257 B
export interface GlyphOptions { character?: string | undefined; fgColor?: string | undefined; bgColor?: string | undefined; walkable?: boolean | false; diggable?: boolean | false; description?: string | ''; name?: string | ''; }