Fix a code style issue

This commit is contained in:
Hugo Locurcio
2020-01-01 18:03:08 +01:00
parent f7be847de4
commit c28b6a9f35

View File

@ -9,7 +9,7 @@ then return end
minetest.register_entity("gauges:hp_bar", {
visual = "sprite",
visual_size = {x=1, y=1/16, z = 1},
visual_size = {x=1, y=1/16, z=1},
-- The texture is changed later in the code
textures = {"blank.png"},
collisionbox = {0},