Add basic flow for hitobject judgement.

This commit is contained in:
Dean Herbert
2016-11-25 16:26:50 +09:00
parent 78be1dd3af
commit f9f72f25a2
10 changed files with 124 additions and 41 deletions

View File

@ -50,7 +50,7 @@ namespace osu.Desktop.VisualTests.Tests
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Depth = -i,
State = ArmedState.Armed,
State = ArmedState.Hit,
};
approachContainer.Add(d.ApproachCircle.CreateProxy());