смещение текста, убран крафт ракеты
This commit is contained in:
parent
60ac4578db
commit
7368ed1cc5
@ -153,7 +153,7 @@ surface_effect.mask = function(player)
|
||||
name = "Chemical protection status indicator",
|
||||
hud_elem_type = "text",
|
||||
position = {x = 0.7, y = 0.1},
|
||||
offset = {x = 90, y = -50},
|
||||
offset = {x = 90, y = -40},
|
||||
scale = {
|
||||
x = 50,
|
||||
y = 10
|
||||
|
12
init.lua
12
init.lua
@ -144,4 +144,14 @@ end)]]
|
||||
|
||||
minetest.register_on_player_inventory_action(function(player, action, inventory, inventory_info)
|
||||
surface_effect.mask(player)
|
||||
end)
|
||||
end)
|
||||
|
||||
minetest.clear_craft({
|
||||
output = "rangedweapons:hand_grenade"
|
||||
})
|
||||
minetest.clear_craft({
|
||||
output = "rangedweapons:rpg"
|
||||
})
|
||||
minetest.clear_craft({
|
||||
output = "rangedweapons:rocket"
|
||||
})
|
Loading…
Reference in New Issue
Block a user