We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new movements are simply LCLICK, RCLICK, MCLICK. The movement is applied to every object in the clicked cell.
LCLICK
RCLICK
MCLICK
eg to make a click on a crate turn it into a fire: [ lclick crate ] -> [ fire ]
[ lclick crate ] -> [ fire ]
Nothing wrong with the existing mouse stuff, but this way is often simpler to use.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The new movements are simply
LCLICK
,RCLICK
,MCLICK
. The movement is applied to every object in the clicked cell.eg to make a click on a crate turn it into a fire:
[ lclick crate ] -> [ fire ]
Nothing wrong with the existing mouse stuff, but this way is often simpler to use.
The text was updated successfully, but these errors were encountered: