mirror of
https://github.com/minetest-mods/gauges.git
synced 2024-12-23 09:20:23 +01:00
Fix a code style issue
This commit is contained in:
parent
f7be847de4
commit
c28b6a9f35
2
init.lua
2
init.lua
@ -9,7 +9,7 @@ then return end
|
|||||||
|
|
||||||
minetest.register_entity("gauges:hp_bar", {
|
minetest.register_entity("gauges:hp_bar", {
|
||||||
visual = "sprite",
|
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
|
-- The texture is changed later in the code
|
||||||
textures = {"blank.png"},
|
textures = {"blank.png"},
|
||||||
collisionbox = {0},
|
collisionbox = {0},
|
||||||
|
Loading…
Reference in New Issue
Block a user