Skip to content

Commit

Permalink
Merge pull request #44 from CoDaS-Lab/develop
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 6b5ae20 + 1758519 commit e76f88d
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 e76f88d

Please sign in to comment.