Froze Enum
This commit is contained in:
@ -5,11 +5,11 @@ let backgroundImage;
|
|||||||
let worldScale;
|
let worldScale;
|
||||||
let LEFT = [-1,0];
|
let LEFT = [-1,0];
|
||||||
|
|
||||||
const entityTypes = {
|
const entityTypes = Object.freeze({
|
||||||
METERORITE_SMALL: "meteorite_small",
|
METERORITE_SMALL: "meteorite_small",
|
||||||
METERORITE_LARGE: "meteorite_large",
|
METERORITE_LARGE: "meteorite_large",
|
||||||
COMET: "comet",
|
COMET: "comet",
|
||||||
};
|
});
|
||||||
|
|
||||||
var Settings = {
|
var Settings = {
|
||||||
windowWrap: true,
|
windowWrap: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user