Skip to content

Commit

Permalink
Adjust Explode alpha slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Feb 16, 2017
1 parent 53e4080 commit aaed714
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public ExplodePiece()
{
BlendingMode = BlendingMode.Additive,
RelativeSizeAxes = Axes.Both,
Alpha = 0.1f,
Alpha = 0.2f,
}
};
}
Expand Down

0 comments on commit aaed714

Please sign in to comment.