1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:03:08 +08:00
osu-lazer/osu.Game.Rulesets.Catch/Edit/Blueprints
ekrctb 7d76fcf2b6 Fix hit object placement not receiving input when outside playfield
The input area is vertical infinite, but horizontally restricted to the playfield due to `CatchPlayfield`'s `ReceivePositionalInputAt` override.
2021-07-07 16:18:21 +09:00
..
Components Fix juice stream outline disappears away when start position is outside the screen. 2021-07-06 19:50:32 +09:00
BananaShowerPlacementBlueprint.cs Add some comments about logic 2021-06-23 10:27:40 +09:00
BananaShowerSelectionBlueprint.cs Add basic selection blueprint movement logic 2021-06-22 17:20:13 +09:00
CatchPlacementBlueprint.cs Fix hit object placement not receiving input when outside playfield 2021-07-07 16:18:21 +09:00
CatchSelectionBlueprint.cs Order field and properties consistently 2021-06-23 10:18:44 +09:00
FruitPlacementBlueprint.cs Add basic fruit placement tool 2021-06-22 17:20:13 +09:00
FruitSelectionBlueprint.cs Add outline to selected fruit 2021-06-22 17:20:13 +09:00
JuiceStreamSelectionBlueprint.cs Add nested fruit outlines to juice stream selection blueprint 2021-07-06 17:15:51 +09:00