Skip to content

Commit

Permalink
Make headbars glow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaadmy committed Oct 23, 2017
1 parent 1ff1e1c commit 9a74ef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mods/headbars/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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},

Expand Down

0 comments on commit 9a74ef5

Please sign in to comment.