Fix a code style issue

此提交包含在:
Hugo Locurcio
2020-01-01 18:03:08 +01:00
父節點 f7be847de4
當前提交 c28b6a9f35

查看文件

@ -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},