diff --git a/mods/default/textures/bubble.png b/mods/default/textures/bubble.png index 3f884ef..57d01b2 100644 Binary files a/mods/default/textures/bubble.png and b/mods/default/textures/bubble.png differ diff --git a/mods/default/textures/bubble.xcf b/mods/default/textures/bubble.xcf deleted file mode 100644 index 5c76c73..0000000 Binary files a/mods/default/textures/bubble.xcf and /dev/null differ diff --git a/mods/default/textures/heart.png b/mods/default/textures/heart.png index d499547..69a2d4f 100644 Binary files a/mods/default/textures/heart.png and b/mods/default/textures/heart.png differ diff --git a/mods/default/textures/heart.xcf b/mods/default/textures/heart.xcf deleted file mode 100644 index 5a1a3d6..0000000 Binary files a/mods/default/textures/heart.xcf and /dev/null differ diff --git a/mods/headbars/init.lua b/mods/headbars/init.lua index aad4c3d..2ce9a4e 100644 --- a/mods/headbars/init.lua +++ b/mods/headbars/init.lua @@ -42,7 +42,7 @@ minetest.register_entity( { visual = "sprite", visual_size = {x = 1 * headbars_scale, y = 0.1 * headbars_scale, z = 1}, - textures = {headbars.get_sprite("heart.png", "blank.png", 20, 20)}, + textures = {headbars.get_sprite("headbars_heart.png", "blank.png", 20, 20)}, glow = 5, @@ -80,7 +80,7 @@ minetest.register_entity( local hp = ent:get_hp() -- Update displayed hearts - self.object:set_properties({textures = {headbars.get_sprite("heart.png", "headbars_heart_bg.png", 20, hp)}}) + self.object:set_properties({textures = {headbars.get_sprite("headbars_heart.png", "headbars_heart_bg.png", 20, hp)}}) end, }) diff --git a/mods/headbars/textures/headbars_half.xcf b/mods/headbars/textures/headbars_half.xcf deleted file mode 100644 index a739917..0000000 Binary files a/mods/headbars/textures/headbars_half.xcf and /dev/null differ diff --git a/mods/headbars/textures/headbars_heart.png b/mods/headbars/textures/headbars_heart.png new file mode 100644 index 0000000..8d72d7c Binary files /dev/null and b/mods/headbars/textures/headbars_heart.png differ diff --git a/mods/headbars/textures/headbars_heart_bg.xcf b/mods/headbars/textures/headbars_heart_bg.xcf deleted file mode 100644 index 73185f0..0000000 Binary files a/mods/headbars/textures/headbars_heart_bg.xcf and /dev/null differ diff --git a/mods/hunger/textures/hunger.png b/mods/hunger/textures/hunger.png index 580b9c4..af92b33 100644 Binary files a/mods/hunger/textures/hunger.png and b/mods/hunger/textures/hunger.png differ diff --git a/mods/hunger/textures/hunger.xcf b/mods/hunger/textures/hunger.xcf deleted file mode 100644 index 190cc5b..0000000 Binary files a/mods/hunger/textures/hunger.xcf and /dev/null differ