1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

ZZZZZZZzzzzzzzz.

This commit is contained in:
smoogipooo 2017-03-28 11:21:01 +09:00
parent b7d9de57a2
commit ec9a027b59

View File

@ -26,6 +26,10 @@ namespace osu.Desktop.VisualTests.Tests
AddButton("Hit!", addHitJudgement);
AddButton("Miss :(", addMissJudgement);
AddButton("Centre", () => addCentreHit(false));
AddButton("Strong Centre", () => addCentreHit(true));
AddButton("Rim", () => addRimHit(false));
AddButton("Strong Rim", () => addRimHit(true));
Add(new Container
{