1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/src/js/game/theme.js

8 lines
181 B
JavaScript
Raw Normal View History

export const THEMES = {
dark: require("./themes/dark.json"),
light: require("./themes/light.json"),
};
// TODO: Make themes customizable
export const THEME = THEMES.light;