Skip to content

Commit

Permalink
removed NGUI completely. modified readme to reflect this.
Browse files Browse the repository at this point in the history
  • Loading branch information
poemdexter committed Jul 9, 2014
1 parent a68b5b3 commit 9e177fd
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Assets/Fonts/SF Old Republic.ttf.meta

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

5 changes: 0 additions & 5 deletions Assets/Materials.meta

This file was deleted.

Binary file modified Assets/Scenes/launcher.unity
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Scripts/CaroselWheel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class CaroselWheel : MonoBehaviour
public Vector3 rightScreen;
public Vector3 rightOffScreen;

public UILabel title, author, players;
public TextMesh title, author, players;

public GameObject gamePrefab;
private GameObject[] games;
Expand Down
Binary file modified ProjectSettings/EditorBuildSettings.asset
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Arcade-Launcher
===============

A game launcher written in Unity3D for the Arcade Cabinet. This code base requires the NGUI asset to build properly. The purpose of the launcher is to facilitate the development of games for the arcade cabinet. The launcher is designed to read from a shared directory where developers can upload builds and other necessary files without needing to modify the launcher directly.
A game launcher written in Unity3D for the Arcade Cabinet. The purpose of the launcher is to facilitate the development of games for the arcade cabinet. The launcher is designed to read from a shared directory where developers can upload builds and other necessary files without needing to modify the launcher directly.

There's a release available for local testing: https://github.com/DSOP/Arcade-Launcher/releases

Expand Down

0 comments on commit 9e177fd

Please sign in to comment.