mirror of
https://github.com/minetest-mods/gauges.git
synced 2025-06-30 07:10:32 +02:00
Add a copy of the CC0 1.0 Universal license
This commit is contained in:
10
init.lua
10
init.lua
@ -1,12 +1,14 @@
|
||||
-- Adds health bars above players.
|
||||
-- Code by 4aiman, textures by Calinou. Licensed under CC0.
|
||||
-- gauges: Adds health/breath bars above players
|
||||
--
|
||||
-- Copyright © 2014-2019 4aiman, Hugo Locurcio and contributors - CC0 1.0 Universal
|
||||
-- See `LICENSE.md` included in the source distribution for details.
|
||||
|
||||
local hp_bar = {
|
||||
physical = false,
|
||||
collisionbox = {x = 0, y = 0, z = 0},
|
||||
visual = "sprite",
|
||||
textures = {"20.png"}, -- The texture is changed later in the code.
|
||||
visual_size = {x = 1.5, y = 0.09375, z = 1.5}, -- Y value is (1 / 16) * 1.5.
|
||||
textures = {"20.png"}, -- The texture is changed later in the code
|
||||
visual_size = {x = 1.5, y = 0.09375, z = 1.5}, -- Y value is (1 / 16) * 1.5
|
||||
wielder = nil,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user