Make headbars glow

This commit is contained in:
KaadmY 2017-10-23 09:51:03 -07:00
parent 1ff1e1c325
commit 9a74ef5b57
1 changed files with 2 additions and 0 deletions

View File

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