forked from VoxeLibre/VoxeLibre
Update hbarmor to 0.4.0
This commit is contained in:
parent
b66c1268d7
commit
487281d76b
|
@ -1,6 +1,6 @@
|
|||
# HUD bar for `3d_armor` [`hbarmor`]
|
||||
|
||||
* Version: 0.3.0
|
||||
* Version: 0.4.0
|
||||
|
||||
## Description
|
||||
This mod adds a simple HUD bar which displays the current damage
|
||||
|
@ -24,20 +24,19 @@ This mod is entirly free softare.
|
|||
|
||||
### Source code
|
||||
|
||||
* License: WTFPL (see below)
|
||||
* License: MIT License (see below)
|
||||
* Authors: Wuzzy, forked from the mod “Better HUD (and hunger)” [`hud`] by BlockMen (2013-2014)
|
||||
|
||||
### Textures
|
||||
|
||||
* `hbarmor_icon.png`—Stu ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)), modified by BlockMen
|
||||
* `hbarmor_bgicon.png`—Stu (CC BY-SA 3.0), modified by BlockMen
|
||||
* `hbarmor_bar.png`—Wuzzy (WTFPL)
|
||||
* `hbarmor_bar.png`—Wuzzy (MIT License)
|
||||
|
||||
Everything else is WTFPL:
|
||||
Everything else is under the MIT License:
|
||||
© Copyright BlockMen (2013-2014)
|
||||
|
||||
This program is free software. It comes without any warranty, to
|
||||
the extent permitted by applicable law. You can redistribute it
|
||||
and/or modify it under the terms of the Do What The Fuck You Want
|
||||
To Public License, Version 2, as published by Sam Hocevar. See
|
||||
http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
and/or modify it under the terms of the MIT License.
|
||||
See <https://opensource.org/licenses/MIT> for more details.
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Armor = Armatura
|
||||
|
||||
# Format string for displaying the armor. E.g. "Armor: 100%"
|
||||
%s: %d%% =
|
Loading…
Reference in New Issue