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
Check ([ ] -> [x]) all that apply, then describe the issue below:
A toggle in mouse mode that switches touch interaction from moving and action into lmb and ldg. A lot of projects don't work on mobile due to a weird mouse interaction, and the game can't even start.
I have searched the tracker for similar issues (including closed ones)
I have provided a detailed example for how this feature should work
I have provided a use case for this feature, e.g. short description/share link of a game you're making and how you'd use the feature in that game, other things you've tried, edge cases, etc. (if applicable)
The text was updated successfully, but these errors were encountered:
This seems like a good time to mention how painful editing a script on mobile is. Anyway, this code will let you use the mouse, but not swipe the player, or right click. This isn't a huge issue, just a bit of an inconvenience if the creator didn't think of mobile player while making the game.
mouse_left lmb
mouse_right rmb
mouse_drag ldg
========
OBJECTS
========
Background .
black
Player p
green
lmb
orange
ldg
blue
=======
LEGEND
=======
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Player
ldg
lmb
======
RULES
======
==============
WINCONDITIONS
==============
=======
LEVELS
=======
......
......
......
......
.....p
Check ([ ] -> [x]) all that apply, then describe the issue below:
A toggle in mouse mode that switches touch interaction from moving and action into lmb and ldg. A lot of projects don't work on mobile due to a weird mouse interaction, and the game can't even start.
The text was updated successfully, but these errors were encountered: