Skip to content

Commit

Permalink
Final tuning for IR BuildAid
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiwKerman committed Apr 24, 2016
1 parent ccf9be4 commit 0145465
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified InfernalRobotics/.vs/InfernalRobotics/InfernalRobotics.scgdat
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ protected override void LateUpdate ()
for (int i = 0; i < presetsPosMarkers.Count; i++)
{
var posMarker = presetsPosMarkers[i];
posMarker.useWorldSpace = false;
var pos = presetPositions[i];

posMarker.SetColors(presetPositionsColor, presetPositionsColor);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class IRBuildAidManager : MonoBehaviour
private static IRBuildAidManager instance;

public static Color mainLineColor1 = new Color(1f, 0.75f, 0, 0.5f);
public static Color mainLineColor2 = new Color(0.5f, 1f, 0, 0.5f);
public static Color mainLineColor2 = new Color(0.75f, 1f, 0, 0.5f);
public static Color presetPositionsColor = new Color(1f, 0.75f, 0f, 0.5f);

public static IRBuildAidManager Instance
Expand Down

0 comments on commit 0145465

Please sign in to comment.