Remove all @2x references, updates resource and framework.

This commit is contained in:
Dean Herbert
2017-02-06 22:17:29 +09:00
parent 86205c35a4
commit 9b9ed32245
17 changed files with 35 additions and 33 deletions

View File

@ -89,7 +89,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
var bytes = upload.Data;
const float aa_portion = 0.02f;
const float border_portion = 0.18f;
const float border_portion = 0.128f;
const float gradient_portion = 1 - border_portion;
const float opacity_at_centre = 0.3f;