Make headbars glow
This commit is contained in:
parent
1ff1e1c325
commit
9a74ef5b57
@ -44,6 +44,8 @@ minetest.register_entity(
|
||||
visual_size = {x = 1 * headbars_scale, y = 0.1 * headbars_scale, z = 1},
|
||||
textures = {headbars.get_sprite("heart.png", "ui_null.png", 20, 20)},
|
||||
|
||||
glow = 3,
|
||||
|
||||
physical = false,
|
||||
collisionbox = {0, 0, 0, 0, 0, 0},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user