1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-27 15:00:30 +02:00

Minor code style improvement and image test fix

This commit is contained in:
cx384 2024-01-18 15:31:59 +01:00
parent 0ca8c018b0
commit 8c444baf8a
2 changed files with 1 additions and 9 deletions

View File

@ -209,14 +209,6 @@ minetest.register_chatcommand("zoomfov", {
-- Images -- Images
local hud_image_defs = { local hud_image_defs = {
{
type = "image",
position = {x=0.5, y=0.5},
scale = {x = 10, y = 10},
text = "crosshair.png",
alignment = {x=0, y=-0},
offset = {x=0, y=0},
},
{ {
type = "image", type = "image",
position = {x=0.3, y=0.3}, position = {x=0.3, y=0.3},