From c28b6a9f358b3c986334928e47ca78b6368d87c3 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 1 Jan 2020 18:03:08 +0100 Subject: [PATCH] Fix a code style issue --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 3a957b2..f8be2c1 100644 --- a/init.lua +++ b/init.lua @@ -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},