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
Our game title includes an ampersand. When I right click the game, the menu item that should read Launch Bits & Bops instead reads Launch Bits Bops (there are two spaces between "Bits" and "Bops", but GitHub appears to collapse them).
The ampersand is used to define the shortcut key. Pressing space when this menu is open launches the game, since it's being parsed as Bits (& )Bops).
I believe the fix is to double the ampersand to get a literal ampersand, i.e. Bits && Bops.
Versions:
itch @ 25.5.1
Windows 11
Thanks!
The text was updated successfully, but these errors were encountered:
Our game title includes an ampersand. When I right click the game, the menu item that should read
Launch Bits & Bops
instead readsLaunch Bits Bops
(there are two spaces between "Bits" and "Bops", but GitHub appears to collapse them).The ampersand is used to define the shortcut key. Pressing space when this menu is open launches the game, since it's being parsed as
Bits (& )Bops
).I believe the fix is to double the ampersand to get a literal ampersand, i.e.
Bits && Bops
.Versions:
Thanks!
The text was updated successfully, but these errors were encountered: