Skip to content

Commit

Permalink
Merge branch 'release/v0.0.4_economy'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mushu authored and Mushu committed Jul 8, 2018
2 parents 32977df + e6fe884 commit 68c6aa1
Show file tree
Hide file tree
Showing 229 changed files with 109,325 additions and 3,234 deletions.
8 changes: 8 additions & 0 deletions Assets/3D.meta

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

Binary file added Assets/3D/depot_1.blend
Binary file not shown.
94 changes: 94 additions & 0 deletions Assets/3D/depot_1.blend.meta

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

Binary file added Assets/3D/depot_2.blend
Binary file not shown.
94 changes: 94 additions & 0 deletions Assets/3D/depot_2.blend.meta

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

12 changes: 12 additions & 0 deletions Assets/BalanceRender.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;

public class BalanceRender : MonoBehaviour {
public Text balanceLabel;

void Update () {
balanceLabel.text = $"{World.LocalEconomy?.Balance.ToString("C0")} ";
}
}

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

8 changes: 8 additions & 0 deletions Assets/ExternalDLL.meta

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

Binary file added Assets/ExternalDLL/Newtonsoft.Json.dll
Binary file not shown.
30 changes: 30 additions & 0 deletions Assets/ExternalDLL/Newtonsoft.Json.dll.meta

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

Binary file added Assets/GUI/Background/background2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 106 additions & 0 deletions Assets/GUI/Background/background2.png.meta

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

Loading

0 comments on commit 68c6aa1

Please sign in to comment.