Skip to content

Commit

Permalink
Cleanup and minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
awhittle3 committed Aug 17, 2017
1 parent 3517799 commit d606ce8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Binary file modified ProjectEpoch/Assets/Scenes/MainScene.unity
Binary file not shown.
5 changes: 5 additions & 0 deletions ProjectEpoch/Assets/Scripts/PlayerBehaviour.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ void Start () {

// Update is called once per frame
void Update () {

if (Input.GetKey ("escape")) {
Application.Quit ();
}

if (Input.GetMouseButton (0)) {
// Rotate the arms!
arms.Rotate (Vector3.left, armRotationSpeed * Time.deltaTime);
Expand Down
Binary file modified ProjectEpoch/ProjectSettings/EditorBuildSettings.asset
Binary file not shown.
Binary file modified ProjectEpoch/ProjectSettings/GraphicsSettings.asset
Binary file not shown.
Binary file modified ProjectEpoch/ProjectSettings/ProjectSettings.asset
Binary file not shown.

0 comments on commit d606ce8

Please sign in to comment.