mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Update usage in templates
This commit is contained in:
@@ -71,7 +71,7 @@ namespace FlappyDon.Game
|
||||
// but changing the X-axis (ie window width) has no effect on scaling.
|
||||
gameScreen.Strategy = DrawSizePreservationStrategy.Minimum;
|
||||
gameScreen.TargetDrawSize = new Vector2(0, 768);
|
||||
AddInternal(gameScreen);
|
||||
Add(gameScreen);
|
||||
|
||||
// Register a method to be triggered each time the bird crosses a pipe threshold
|
||||
obstacles.ThresholdCrossed = _ =>
|
||||
|
||||
Reference in New Issue
Block a user