mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2025-01-09 14:17:42 +01:00
Fix incorrect claim about F7 being minimap key
This commit is contained in:
parent
0f205060ee
commit
2160fc16d0
@ -32,7 +32,7 @@ The following tools are available:
|
||||
* Sextant: Shows pitch (vertical angle)
|
||||
* Watch: Shows the time (hours and minutes)
|
||||
* Speedometer: Shows speed in m/s (1 m = side length of a single cube)
|
||||
* Map: Enables usage of the minimap (F7 key by default) (only surface mode)
|
||||
* Map: Enables usage of the minimap (only surface mode)
|
||||
* Radar Mapper: Enables the usage of the minimap (surface and radar mode)
|
||||
* GPS device: Shows X, Y, Z coordinates, yaw and time
|
||||
* Quadcorder: Combination of everything above: Shows X, Y, Z coordinates, pitch,
|
||||
|
4
init.lua
4
init.lua
@ -125,7 +125,7 @@ if not mod_map then
|
||||
minetest.register_tool("orienteering:map", {
|
||||
description = S("Map"),
|
||||
_doc_items_longdesc = S("The map allows you to view a minimap of the area around you."),
|
||||
_doc_items_usagehelp = S("If you put a map in your hotbar, you will be able to access the minimap (only surface mode). By default, the minimap can be opened with [F7]."),
|
||||
_doc_items_usagehelp = S("If you put a map in your hotbar, you will be able to access the minimap (only surface mode). Press the “minimap” key to view the minimap."),
|
||||
wield_image = "orienteering_map.png",
|
||||
wield_scale = { x=1.5, y=1.5, z=0.15 },
|
||||
inventory_image = "orienteering_map.png",
|
||||
@ -137,7 +137,7 @@ end
|
||||
minetest.register_tool("orienteering:automapper", {
|
||||
description = S("Radar Mapper"),
|
||||
_doc_items_longdesc = S("The radar mapper is a device that combines a map with a radar. It unlocks both the surface mode and radar mode of the minimap."),
|
||||
_doc_items_usagehelp = S("If you put a radar mapper in your hotbar, you will be able to access the minimap. By default, the minimap can be opened with [F7]."),
|
||||
_doc_items_usagehelp = S("If you put a radar mapper in your hotbar, you will be able to access the minimap. Press the “minimap” key to view the minimap."),
|
||||
wield_image = "orienteering_automapper_wield.png",
|
||||
wield_scale = { x=1, y=1, z=2 },
|
||||
inventory_image = "orienteering_automapper_inv.png",
|
||||
|
@ -48,6 +48,6 @@ Put the watch in your hotbar to see the time. Punch to toggle between the 24-hou
|
||||
Put this tool in your hotbar to make use of its functionality. Punch to toggle between 24-hour and 12-hour display for the time feature.=Legen Sie dieses Werkzeug irgendwo in Ihrem Spielerinventar ab, um davon Gebrauch zu machen. Mit der Schlagtaste können Sie zwischen der 24-Stunden- und der 2-mal-12-Stunden-Anzeige der Uhrenfunktion wechseln.
|
||||
|
||||
The radar mapper is a device that combines a map with a radar. It unlocks both the surface mode and radar mode of the minimap.=Der Radarkartierer ist ein Gerät, der eine Karte mit einem Radar kombiniert. Es schaltet sowohl den Bodenmodus als auch den Radarmodus der Übersichtskarte frei.
|
||||
If you put a radar mapper in your hotbar, you will be able to access the minimap. By default, the minimap can be opened with [F7].=Wenn Sie einen Radarkartierer in Ihre Schnellleiste ablegen, können Sie auf die Übersichtskarte zugreifen. Standardmäßig kann die Übersichtskarte mit [F7] geöffnet werden.
|
||||
If you put a radar mapper in your hotbar, you will be able to access the minimap. Press the “minimap” key to view the minimap.=Wenn Sie einen Radarkartierer in Ihre Schnellleiste ablegen, können Sie auf die Übersichtskarte zugreifen. Die Übersichtskarte kann mit der Taste „Karte an/aus“ angezeigt werden.
|
||||
The map allows you to view a minimap of the area around you.=Mit der Karte können Sie auf die Übersichtskarte zugreifen, welche das Gebiet um Sie herum anzeigt.
|
||||
If you put a map in your hotbar, you will be able to access the minimap (only surface mode). By default, the minimap can be opened with [F7].=Wenn Sie eine Karte in Ihre Schnellleiste ablegen, können Sie auf die Übersichtskarte zugreifen (nur Bodenmodus). Standardmäßig kann die Übersichtskarte mit [F7] geöffnet werden.
|
||||
If you put a map in your hotbar, you will be able to access the minimap (only surface mode). Press the “minimap” key to view the minimap.=Wenn Sie eine Karte in Ihre Schnellleiste ablegen, können Sie auf die Übersichtskarte zugreifen (nur Bodenmodus). Die Übersichtskarte kann mit der Taste „Karte an/aus“ angezeigt werden.
|
||||
|
@ -61,6 +61,6 @@ Put the watch in your hotbar to see the time. Punch to toggle between the 24-hou
|
||||
Put this tool in your hotbar to make use of its functionality. Punch to toggle between 24-hour and 12-hour display for the time feature.=
|
||||
|
||||
The radar mapper is a device that combines a map with a radar. It unlocks both the surface mode and radar mode of the minimap.=
|
||||
If you put a radar mapper in your hotbar, you will be able to access the minimap. By default, the minimap can be opened with [F7].=
|
||||
If you put a radar mapper in your hotbar, you will be able to access the minimap. Press the “minimap” key to view the minimap.=
|
||||
The map allows you to view a minimap of the area around you.=
|
||||
If you put a map in your hotbar, you will be able to access the minimap (only surface mode). By default, the minimap can be opened with [F7].=
|
||||
If you put a map in your hotbar, you will be able to access the minimap (only surface mode). Press the “minimap” key to view the minimap.=
|
||||
|
Loading…
Reference in New Issue
Block a user