UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines (9 loc) 307 B
import EmptyView from "../../../view/elements/EmptyView.js"; export class SpeechBubbleView extends EmptyView { constructor() { super({ classList: ['gui-voice-speech-bubble'] }); this.addChild(new EmptyView({ classList: ['pointy-speech-tail'] })) } }