You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When showing buttons and the blob keeps rotating, the buttons will become displaced.
Since getButtonsFor() is called only once, when starting to press use, the button offset can only be set at that time.
You can't keep adjusting the position of buttons while holding the use key.
I noticed this while working on a detach button for mounted bow.
NonrotatingButton.mp4
The text was updated successfully, but these errors were encountered:
Description
When showing buttons and the blob keeps rotating, the buttons will become displaced.
Since
getButtonsFor()
is called only once, when starting to pressuse
, the button offset can only be set at that time.You can't keep adjusting the position of buttons while holding the
use
key.I noticed this while working on a detach button for mounted bow.
NonrotatingButton.mp4
The text was updated successfully, but these errors were encountered: