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