Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  fix docs urls
  kiosk mode: 5 seconds delay opening the web view
  • Loading branch information
StefanoCecere committed Jun 20, 2018
2 parents 30cfb01 + 9530c73 commit 47e0612
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Assets/_app/_scripts/Kiosk/WebPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class WebPanel : MonoBehaviour
{
public TextMeshProUGUI WebViewTitle;
private float idleTime;
private const int idleTimeDuration = 3;
private const int idleTimeDuration = 5;

public void Open(string url)
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/_app/_scripts/_Core/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class AppConfig
/// <summary>
/// Version of the application. Displayed in the Home scene.
/// </summary>
public static Version AppVersion = new Version(1, 2, 1, 15);
public static Version AppVersion = new Version(1, 2, 1, 16);

/// <summary>
/// Version of the Static Database Scheme.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ the open source project for game "Antura and the Letters", part of the [EduApp4S

## Project references

- **Developer Docs:** [vgwb.github.io/Antura_arabic](https://vgwb.github.io/Antura_arabic)
- **Antura Docs:** [docs.antura.org](http://docs.antura.org)
- **Source Code:** [github.com/vgwb/Antura_arabic](https://github.com/vgwb/Antura_arabic)
- **Public Website:** [www.antura.org](http://www.antura.org)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
this documentation website is dedicated to Teachers, Designers and Developers, maintained by the Antura Core Team directly inside the project repository as an handbook for whatever can't be put inside the Source Code itself.

- **Developer Book:** [vgwb.github.io/Antura_arabic](https://vgwb.github.io/Antura_arabic)
- **Antura Docs:** [docs.antura.org](http://docs.antura.org)
- **GitHub project:** [github.com/vgwb/Antura_arabic](https://github.com/vgwb/Antura_arabic)
- **Public Website:** [www.antura.org](http://www.antura.org)

Expand Down

0 comments on commit 47e0612

Please sign in to comment.