mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:47:25 +08:00
ZZZZZZZzzzzzzzz.
This commit is contained in:
parent
b7d9de57a2
commit
ec9a027b59
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user