This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.

19 lines
510 B
JavaScript

var constants = {
testOrganizer: {
EXAMPLE_DELETE_ME_LATER : 1277336
},
ui: {
// These are the variables that control injection/cssinjector.js
// To add a new theme var, you must also add it to the injector
theme: {
webpage: {
bg_color: "#242424",
text_color: "#ffffff",
canvas_border: "rgb(63, 63, 63)"
},
game: {
}
}
}
};