Skip to content

Commit

Permalink
Merge pull request #43 from chiragrank/exp1_v3
Browse files Browse the repository at this point in the history
Set the navigation map to no knowledge condition
  • Loading branch information
chiragrank authored Dec 2, 2021
2 parents 6201ad8 + a9a6e9e commit 1758519
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 1758519

Please sign in to comment.