-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rewrite Spinner
#13687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite Spinner
#13687
Conversation
|
CI:
|
The size of the GIF must be less than 1MB (the one you uploaded is 12MB, which is a bit too large). I'm not sure if it can be left as is
Add this at the end of the article on a separate line:
At the beginning of line 67 (where it says
There is an extra line that should not be there, delete line 95 Extra:
That should solve all the problems with the CI |
Co-authored-by: The-Last-Cookie <[email protected]>
|
fixed up the images, used the same resolution in lazer (it was goofy) |
Co-authored-by: Nyanaro <[email protected]>
|
|
||
| Upon clearing a spinner, indicated by the `spinner-clear` skin element, the player may keep spinning and gain additional bonus score until the spinner's end, after which the player is awarded a `GREAT` [judgement](/wiki/Gameplay/Judgement/osu!#spinners). If the player does not spin an adequate number of rotations, determined by the spinner's length and the map's [overall difficulty](/wiki/Beatmap/Overall_difficulty), the player will miss, or receive only a `OK` or `MEH` judgement. | ||
|
|
||
| There is a maximum number of spins per minute: capped at `477`. This is also the rate at which the [Auto](/wiki/Gameplay/Game_modifier/Auto) game modifier spins. The [Spun Out](/wiki/Gameplay/Game_modifier/Spun_Out) game modifier spins for the player at `287` spins per minute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rpm is only capped in stable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I suppose a "in stable" could be added, assuming that is the case (idk if Lazer has a different cap)
Something like; "In stable, there is a maximum number of spins per minute, capped at 477"
Draft-y rewrite of https://osu.ppy.sh/wiki/en/Gameplay/Hit_object/Spinner
somewhat related to, but not directly depending on #13320