UNPKG

@moderrkowo/jsgl

Version:

Client-side JavaScript library for creating web 2D games. Focusing at objective game.

7 lines (6 loc) 232 B
import { TextSettings } from '../structs/TextSettings'; import { GameObject } from './GameObject'; export declare class TextGameObject extends GameObject { style: TextSettings | undefined; set text(content: string); }