Reverse dig and place #7

Closed
opened 2022-09-25 13:36:00 +02:00 by ssdaniel24 · 1 comment
Contributor

In the original game RBM is for destroying and LMB is for placing. See gameplay (00:01:37).

In the original game RBM is for destroying and LMB is for placing. See [gameplay](https://www.youtube.com/watch?v=xz97w0299vs) (00:01:37).
Owner

Thankfully, Minetest has user-configurable controls. I swear you could do this via the GUI, but otherwise:

keymap_dig = KEY_RBUTTON
keymap_place = KEY_LBUTTON

I'll add this to the README.

Thankfully, Minetest has user-configurable controls. I swear you could do this via the GUI, but otherwise: ``` keymap_dig = KEY_RBUTTON keymap_place = KEY_LBUTTON ``` I'll add this to the README.
olive closed this issue 2022-09-26 14:02:54 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: olive/cavegame#7
No description provided.