Skip to content

Commit

Permalink
Update dependencies and webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jul 30, 2018
1 parent 6f10387 commit fa00c0b
Show file tree
Hide file tree
Showing 5 changed files with 2,032 additions and 12,297 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# env
.python-version

# dependencies
node_modules

Expand Down
2 changes: 1 addition & 1 deletion automaton/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function hasMode(key) {

const isDebugMode = hasMode('debug')
const isMinimalMode = hasMode('minimal')
const isStandaloneMode = hasMode('standalone')
const isStandaloneMode = !hasMode('multiplayer')
const isVisualsEnabled = !hasMode('novisuals')

let isMoveLocked = false
Expand Down
Loading

0 comments on commit fa00c0b

Please sign in to comment.