Froze Enum

This commit is contained in:
2025-10-29 16:40:01 -05:00
parent c5730952f9
commit 9ff7d3d284

View File

@ -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,