mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2024-12-04 21:03:49 +01:00
Rename automapper to "radar mapper"
This commit is contained in:
parent
3600f348d8
commit
6806ed08f1
@ -32,7 +32,8 @@ 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)
|
||||
* Automapper: Enables the usage of the minimap and radar (F7 key by default)
|
||||
* Map: Enables usage of the minimap (F7 key by default) (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,
|
||||
yaw, time, speed and enables minimap/radar
|
||||
|
6
init.lua
6
init.lua
@ -135,9 +135,9 @@ end
|
||||
|
||||
-- Enables minimap (radar)
|
||||
minetest.register_tool("orienteering:automapper", {
|
||||
description = S("Automapper"),
|
||||
_doc_items_longdesc = S("The automapper 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 an automapper in your hotbar, you will be able to access the minimap. By default, the minimap can be opened with [F7]."),
|
||||
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]."),
|
||||
wield_image = "orienteering_automapper_wield.png",
|
||||
wield_scale = { x=1, y=1, z=2 },
|
||||
inventory_image = "orienteering_automapper_inv.png",
|
||||
|
Loading…
Reference in New Issue
Block a user