Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Commit

Permalink
Release alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés committed Feb 7, 2016
1 parent f100387 commit 504d6f4
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 0 deletions.
Binary file modified Assets/Prefabs/Canvas.prefab
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions Assets/Scripts/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ void Update () {
GameObject obj=GetFrontObject ();
if(obj!=null) sendAction (obj);
}
if (Input.GetKeyDown (KeyCode.Escape)) {
Application.Quit();
}
}

void sendAction(GameObject target){
Expand Down
Binary file modified Assets/_Scene/NuevaBiblio.unity
Binary file not shown.
Binary file modified ProjectSettings/EditorBuildSettings.asset
Binary file not shown.
Binary file modified ProjectSettings/ProjectSettings.asset
Binary file not shown.

0 comments on commit 504d6f4

Please sign in to comment.