UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (3 loc) 167 B
import { CurrencyDisplaySpec } from "./CurrencyDisplaySpec.js"; export const SingleCoinCurrency = new CurrencyDisplaySpec(); SingleCoinCurrency.add('gold', 1);