Skip to content

Commit

Permalink
upoad ver 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashet committed May 14, 2018
1 parent 530ea0d commit 49575b7
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 16 deletions.
Binary file modified Assets/EconomicSimulation/ES-base.unity
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/EconomicSimulation/Scripts/Logic/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Nashet.EconomicSimulation
/// </summary>
public class Game : ThreadedJob
{
public static bool devMode = true;
public static bool devMode = false;
public static bool logInvestments = false;
public static bool logMarket = false;

Expand Down
2 changes: 1 addition & 1 deletion Assets/EconomicSimulation/Scripts/Logic/Province.cs
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ internal void setLabel()
lods[0] = new LOD(0.25F, renderers);

var position = getPosition();
position.z -= 0.001f;
position.z -= 0.003f;
txtMeshTransform.position = position;

TextMesh txtMesh = txtMeshTransform.GetComponent<TextMesh>();
Expand Down
2 changes: 1 addition & 1 deletion Assets/EconomicSimulation/Scripts/Panels/BottomPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class BottomPanel : Window
private void Awake() // used to position other windows
{
MainCamera.bottomPanel = this;
generalText.text = "Prosperity Wars v0.20.1";
generalText.text = "Prosperity Wars v0.20.2";
Hide();
}

Expand Down
Binary file added Assets/EconomicSimulation/Test.unity
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/EconomicSimulation/Test.unity.meta

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

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

10 changes: 2 additions & 8 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"dependencies": {
"com.unity.incrementalcompiler": "0.0.40",
"com.unity.package-manager-ui": "1.9.3",
"com.unity.analytics": "exclude",
"com.unity.standardevents": "exclude",
"com.unity.purchasing": "exclude"
},
"registry": "https://staging-packages.unity.com"
"dependencies": {
}
}
Binary file modified ProjectSettings/EditorBuildSettings.asset
Binary file not shown.
Binary file modified ProjectSettings/ProjectSettings.asset
Binary file not shown.
8 changes: 4 additions & 4 deletions WEBGL/Build/UnityLoader.js

Large diffs are not rendered by default.

Binary file modified WEBGL/Build/WEBGL.asm.code.unityweb
Binary file not shown.
Binary file modified WEBGL/Build/WEBGL.asm.framework.unityweb
Binary file not shown.
Binary file modified WEBGL/Build/WEBGL.asm.memory.unityweb
Binary file not shown.
Binary file modified WEBGL/Build/WEBGL.data.unityweb
Binary file not shown.
2 changes: 1 addition & 1 deletion WEBGL/Build/WEBGL.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"}
"cacheControl": {"dataUrl": "must-revalidate"}
}

0 comments on commit 49575b7

Please sign in to comment.