QBMTS7JLFIODL3GIQ2U5XHOHSYWD7LW54DPB4CPAIRW2A3UHJRDAC
ZDAABIZI6MPCP5DPGUN24XLSWIKQQ6LYMKIH67ORLUSFUVS5AJ5AC
3J7UJFGYFKBWC3IBUP32XODZND5ZLHZQJGXSYXMAW4DCREUOEOQAC
X7IQA5I46B6EHXPBIWTPCMZR4RZQ7PSJN5IMSEHA7H6F2NWQSNSQC
DHO4JCJIELKX4R42XXAMAHVQTTE6OWULLP2QF4BXO3UWC5UTMSMAC
import { GameState, IntentName} from "../../data/GameState";
import { ChunkGenConstants, GameState, IntentName} from "../../data/GameState";
// scale by a factor of 9 this.actionStage.x *= ChunkGenConstants.CHUNK_DIM; this.actionStage.y *= ChunkGenConstants.CHUNK_DIM;
// scale by a factor of 9
this.actionStage.x *= ChunkGenConstants.CHUNK_DIM;
this.actionStage.y *= ChunkGenConstants.CHUNK_DIM;
this.actionStage.x /= ChunkGenConstants.CHUNK_DIM; this.actionStage.y /= ChunkGenConstants.CHUNK_DIM;
this.actionStage.x /= ChunkGenConstants.CHUNK_DIM;
this.actionStage.y /= ChunkGenConstants.CHUNK_DIM;