Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

Commit

Permalink
Release builds data
Browse files Browse the repository at this point in the history
  • Loading branch information
Team-on committed Dec 13, 2020
1 parent 0ace79b commit e42315f
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 6 deletions.
120 changes: 120 additions & 0 deletions GenesisGameJam/Assets/Scenes/MainScene.unity

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ public void setParentMenuLable(string l) {
if (priceSun > GameManager.Instance.player[ResourceType.Sunlight])
parentRM.priceSunField.color = Color.red;
else
parentRM.priceSunField.color = Color.black;
parentRM.priceSunField.color = Color.white;

if (priceWater > GameManager.Instance.player[ResourceType.Water])
parentRM.priceWaterField.color = Color.red;
else
parentRM.priceWaterField.color = Color.black;
parentRM.priceWaterField.color = Color.white;
}
}

Expand Down
8 changes: 4 additions & 4 deletions GenesisGameJam/ProjectSettings/ProjectSettings.asset

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

0 comments on commit e42315f

Please sign in to comment.