diff options
author | elioat <elioat@tilde.institute> | 2024-12-27 08:26:29 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-12-27 08:26:29 -0500 |
commit | 17a21fefda47f5c6d70c450dd6782e1c1e2d5877 (patch) | |
tree | f2f1efdfbb7ae17bf6824308adbb11c5a6a68115 /html/rogue/js | |
parent | 73ae9acf92c4561868118a3fa38724c891ba0a8e (diff) | |
download | tour-17a21fefda47f5c6d70c450dd6782e1c1e2d5877.tar.gz |
*
Diffstat (limited to 'html/rogue/js')
-rw-r--r-- | html/rogue/js/fow.js (renamed from html/rogue/js/fogOfWar.js) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/html/rogue/js/fogOfWar.js b/html/rogue/js/fow.js index cb11938..77f55c0 100644 --- a/html/rogue/js/fogOfWar.js +++ b/html/rogue/js/fow.js @@ -5,7 +5,6 @@ const FogOfWar = { // Configuration VISION_RANGE: Config.player.VISION_RANGE, - // Initialize fog of war init() { this.revealed.clear(); this.updateVisibility(player.position); |