import { theme } from '@datamoc/mw_games/two-d/ui';console.log(theme().color.text); // 0xe8e8f0 - the default, until a game calls setTheme Copy
import { theme } from '@datamoc/mw_games/two-d/ui';console.log(theme().color.text); // 0xe8e8f0 - the default, until a game calls setTheme
Example