Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AdronTech/GGJ_2017
Browse files Browse the repository at this point in the history
Conflicts:
	GGJ17/Assets/Script/IsoCamera.cs
  • Loading branch information
LEM-II\Ilja committed Jan 22, 2017
2 parents a3cdfff + eb28691 commit 72fa485
Show file tree
Hide file tree
Showing 8 changed files with 10,294 additions and 8,357 deletions.
18,643 changes: 10,290 additions & 8,353 deletions GGJ17/Assets/Models/nest.obj

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions GGJ17/Assets/Models/nest.obj.meta

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

Binary file modified GGJ17/Assets/Prefab/BuildingBlocks/Building_Barracks.prefab
Binary file not shown.
Binary file modified GGJ17/Assets/Prefab/BuildingBlocks/Building_EnemyLair.prefab
Binary file not shown.
Binary file modified GGJ17/Assets/Prefab/BuildingBlocks/Building_LandingPod.prefab
Binary file not shown.
Binary file modified GGJ17/Assets/Prefab/GroundBlocks/Ground_Resources.prefab
Binary file not shown.
Binary file modified GGJ17/Assets/Prefab/GroundBlocks/Ground_Soil.prefab
Binary file not shown.
2 changes: 1 addition & 1 deletion GGJ17/Assets/Script/IsoCamera.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UnityEngine;

public class IsoCamera : MonoBehaviour {

public float panSpeed = 10, rotateSpeed = 100, zoomSpeed = 5;
private const float camFocusHeight = 0;
private Vector3 focusPoint, mousePosition;
Expand Down

0 comments on commit 72fa485

Please sign in to comment.