{"version":3,"sources":["../../../src/engine/constants/index.ts"],"sourcesContent":["export namespace constants {\n  export namespace flags {\n    export const ROTATION_LEFT = 1;\n    export const ROTATION_RIGHT = 2;\n    export const ROTATION_180 = 4;\n    export const ROTATION_SPIN = 8;\n    export const ROTATION_MINI = 16;\n    export const ROTATION_SPIN_ALL = 32;\n    export const ROTATION_ALL =\n      ROTATION_LEFT |\n      ROTATION_RIGHT |\n      ROTATION_180 |\n      ROTATION_SPIN |\n      ROTATION_MINI |\n      ROTATION_SPIN_ALL;\n    export const STATE_WALL = 64;\n    export const STATE_SLEEP = 128;\n    export const STATE_FLOOR = 256;\n    export const STATE_NODRAW = 512;\n    export const STATE_ALL =\n      STATE_WALL | STATE_SLEEP | STATE_FLOOR | STATE_NODRAW;\n    export const ACTION_IHS = 1024;\n    export const ACTION_FORCELOCK = 2048;\n    export const ACTION_SOFTDROP = 4096;\n    export const ACTION_MOVE = 8192;\n    export const ACTION_ROTATE = 16384;\n    export const FLAGS_COUNT = 15;\n  }\n}\n"],"names":["constants","flags","ROTATION_LEFT","ROTATION_RIGHT","ROTATION_180","ROTATION_SPIN","ROTATION_MINI","ROTATION_SPIN_ALL","ROTATION_ALL","STATE_WALL","STATE_SLEEP","STATE_FLOOR","STATE_NODRAW","STATE_ALL","ACTION_IHS","ACTION_FORCELOCK","ACTION_SOFTDROP","ACTION_MOVE","ACTION_ROTATE","FLAGS_COUNT"],"mappings":"UAAiBA;cACEC;cACFC,gBAAgB;cAChBC,iBAAiB;cACjBC,eAAe;cACfC,gBAAgB;cAChBC,gBAAgB;cAChBC,oBAAoB;cACpBC,eACXN,MAAAA,sBACAC,uBACAC,qBACAC,sBACAC,sBACAC;cACWE,aAAa;cACbC,cAAc;cACdC,cAAc;cACdC,eAAe;cACfC,YACXJ,MAAAA,mBAAaC,oBAAcC,oBAAcC;cAC9BE,aAAa;cACbC,mBAAmB;cACnBC,kBAAkB;cAClBC,cAAc;cACdC,gBAAgB;cAChBC,cAAc;IAC7B,aA1BiBlB,oBAAAA;AA2BnB,GA5BiBD,cAAAA"}