Skip to content

Commit

Permalink
v3.1.0 (website version)
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Sep 1, 2021
1 parent 740f725 commit 9875888
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lux-viewer-2021",
"version": "3.0.1",
"version": "3.1.0",
"description": "",
"author": "Lux AI challenge",
"main": "index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@lux-ai/2021-challenge": "^3.0.0",
"@lux-ai/2021-challenge": "^3.1.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@types/classnames": "^2.2.10",
Expand Down
2 changes: 1 addition & 1 deletion src/components/configs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.0.1"
"version": "3.1.0"
}
1 change: 0 additions & 1 deletion src/scenes/MainScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ class MainScene extends Phaser.Scene {
game.stats.teamStats[team].resourcesCollected.coal;
teamStates[team].statistics.resourcesCollected.uranium =
game.stats.teamStats[team].resourcesCollected.uranium;

game.getTeamsUnits(team).forEach((unit) => {
if (unit.type === LUnit.Type.WORKER) {
teamStates[team].workers++;
Expand Down

0 comments on commit 9875888

Please sign in to comment.