about summary refs log tree commit diff stats
path: root/js/puzzle-dungeon/commandHandler.js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-07-07 10:05:26 -0400
committerelioat <elioat@tilde.institute>2024-07-07 10:05:26 -0400
commit2448dd359f10046640e1945a4d61b75ebf38a79a (patch)
treeb70c2e664073e18dfe9e9358cb360d272f81a5a6 /js/puzzle-dungeon/commandHandler.js
parent9ccf05179c946355646de2a94cab14b54bc6d87f (diff)
downloadtour-2448dd359f10046640e1945a4d61b75ebf38a79a.tar.gz
*
Diffstat (limited to 'js/puzzle-dungeon/commandHandler.js')
-rw-r--r--js/puzzle-dungeon/commandHandler.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/puzzle-dungeon/commandHandler.js b/js/puzzle-dungeon/commandHandler.js
index b6a8246..5eec5e0 100644
--- a/js/puzzle-dungeon/commandHandler.js
+++ b/js/puzzle-dungeon/commandHandler.js
@@ -1,4 +1,3 @@
-// commandHandler.js
 import { player, grid, drawGrid, updatePlayerPosition, updatePlayerStatus, alertGameOver } from './game.js';
 
 let commandQueue = [];