Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
Better maps drawing, MapBox support, Rebuilded places categories
  • Loading branch information
bionicl authored Jul 31, 2018
2 parents c775b69 + 393b948 commit 98b8446
Show file tree
Hide file tree
Showing 161 changed files with 4,752 additions and 1,533 deletions.
Binary file modified Assets/ArcConverter/ConverterLibrary.dll
Binary file not shown.
8 changes: 6 additions & 2 deletions Assets/CheckUIScale.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ private void Awake() {
}

// Use this for initialization
void Start () {
if (Screen.dpi >= 190)
void Start() {
#if (UNITY_EDITOR)
return;
#endif
if (Screen.dpi >= 190) {
canvas.scaleFactor = 2.6f;
}
}

// Update is called once per frame
Expand Down
Binary file added Assets/Graphics/BigPlaceCircle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Binary file added Assets/Graphics/Icons/Airplane 32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Binary file added Assets/Graphics/Icons/Airplane 64px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Binary file added Assets/Graphics/Icons/Cafe 32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Binary file added Assets/Graphics/Icons/Cafe 64px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Binary file added Assets/Graphics/Icons/Child 32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions Assets/Graphics/Icons/Child 32px.png.meta

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

Binary file added Assets/Graphics/Icons/Child 64px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions Assets/Graphics/Icons/Child 64px.png.meta

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

Binary file added Assets/Graphics/Icons/Church 32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions Assets/Graphics/Icons/Church 32px.png.meta

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

Binary file added Assets/Graphics/Icons/Church 64px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions Assets/Graphics/Icons/Church 64px.png.meta

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

Binary file added Assets/Graphics/Icons/Cinema 32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 98b8446

Please sign in to comment.