Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bionicl authored Mar 29, 2019
2 parents daf6c8a + 01f827e commit 19022e2
Show file tree
Hide file tree
Showing 27 changed files with 11,338 additions and 7,729 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ Assets/Resources\.meta
Assets/StandaloneFileBrowser/

Assets/StandaloneFileBrowser\.meta

\.vs/MapMoves/xs/
Binary file modified Assets/ArcConverter/ConverterLibrary.dll
Binary file not shown.
6 changes: 6 additions & 0 deletions Assets/ButtonTabs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public void Open(int id) {
}
}


public void Save() {
saveButtonText.gameObject.SetActive(true);
saveButtonText.text = "Saving...";
Expand All @@ -63,4 +64,9 @@ public void ClearCalendarView() {
if (currentlyOpened == 3)
Open(3);
}

public void OpenURL(string url) {
Application.OpenURL(url);
}

}
Loading

0 comments on commit 19022e2

Please sign in to comment.