This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
rsninja722 0b4a1cdb92 day1
2020-04-18 00:15:33 -04:00

6 lines
140 B
JavaScript

function handlePlaying() {
// enter build mode
if(keyPress[k.BACKSLASH]) {
globalState = globalStates.building;
}
}