mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 23:03:16 -04:00
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
Minetest Game mod: boats
|
|
========================
|
|
See `license.txt` for license information.
|
|
|
|
Authors of source code
|
|
----------------------
|
|
Originally by PilzAdam (MIT)<br>
|
|
Various Minetest developers and contributors (MIT)
|
|
|
|
Authors of media (textures and model)
|
|
-------------------------------------
|
|
Textures: Zeg9 (CC BY-SA 3.0)<br>
|
|
Model: thetoon and Zeg9 (CC BY-SA 3.0),
|
|
- modified by PavelS(SokolovPavel) (CC BY-SA 3.0),
|
|
- modified by sofar (CC BY-SA 3.0)
|
|
|
|
Controls
|
|
--------
|
|
```
|
|
Right mouse button = Enter or exit boat when pointing at boat.<br>
|
|
Forward = Speed up.<br>
|
|
Slow down when moving backwards.<br>
|
|
Forward + backward = Enable cruise mode: Boat will accelerate to maximum forward.<br>
|
|
speed and remain at that speed without needing to hold the
|
|
forward key.<br>
|
|
Backward = Slow down.<br>
|
|
Speed up when moving backwards.<br>
|
|
Disable cruise mode.<br>
|
|
Left = Turn to the left.<br>
|
|
Turn to the right when moving backwards.<br>
|
|
Right = Turn to the right.<br>
|
|
Turn to the left when moving backwards.<br>
|
|
```
|