jsrogue
jsrogue copied to clipboard
ROT.js Key Codes
It seems as if ROT.js has changed over the years. The code:
ROT.VK_RETURN
No longer works. You need to change these to:
ROT.KEYS.VK_RETURN
Minor issue, easily fixed, but pointing this out may save some unnecessary frustration.