Skip to content

Commit

Permalink
Set the navigation map to no knowledge condition
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragrank committed Dec 2, 2021
1 parent a89d01a commit a9a6e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var gameInfoState = new Phaser.Class({

},
create: function() {
this._setNavigationMapCondition(["knowledgeCondition", "knowledgeCondition", "knowledgeCondition", "knowledgeCondition"]);
this._setNavigationMapCondition(["noKnowledgeCondition", "noKnowledgeCondition", "noKnowledgeCondition", "noKnowledgeCondition"]);
this.navigationMapData = getNavigationMapData()
this._createNavigationMapConfigData()
this.gameNavigationInfo = new NavigationMap(this.navigationMapConfig, this)
Expand Down

0 comments on commit a9a6e9e

Please sign in to comment.