Files
CookieMonster/test/GlobalsForTesting.js
2021-04-13 11:38:23 +02:00

11 lines
273 B
JavaScript

export function l(id) {
if (global.domids[id] === undefined) global.domids[id] = { style: {} };
return global.domids[id];
}
export const Game = {
DrawBackground() {},
Background: { canvas: { parentNode: {} } },
LeftBackground: { canvas: { parentNode: {} } },
};