summaryrefslogtreecommitdiff
path: root/src/util/room-types.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-03 17:53:03 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:56 +0200
commit81e517002bfdfbcd75109c562d890a27d190889b (patch)
treed69171040b5b9bfd45bfa4a51427a2138ffe9ea4 /src/util/room-types.js
parent17ae0a3fafd806a5a533bf1d51a3ac708a8cf978 (diff)
Convert map movement to keyboard-based navigation
Diffstat (limited to 'src/util/room-types.js')
-rw-r--r--src/util/room-types.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/room-types.js b/src/util/room-types.js
new file mode 100644
index 00000000..ec0c4473
--- /dev/null
+++ b/src/util/room-types.js
@@ -0,0 +1,7 @@
+export const ROOM_TYPE_TO_NAME_MAP = {
+ "SERVER": "Server room",
+ "HALLWAY": "Hallway",
+ "OFFICE": "Office",
+ "POWER": "Power room",
+ "COOLING": "Cooling room",
+};