Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
0684bac45b | |||
183d727635 | |||
f1001432eb |
@ -11,7 +11,7 @@ this mod will place them accordingly.
|
||||
position should be displayed correctly on every screen size.
|
||||
|
||||
## Current version
|
||||
The current version is 2.3.0.
|
||||
The current version is 2.3.1.
|
||||
It works for Minetest 5.3.0.
|
||||
|
||||
This software uses [semantic versioning](http://semver.org), as defined by version 2.0.0 of the SemVer
|
||||
|
2
init.lua
@ -209,7 +209,7 @@ function hb.register_hudbar(identifier, text_color, label, textures, default_sta
|
||||
scale = iconscale,
|
||||
text = textures.icon,
|
||||
alignment = {x=-1,y=1},
|
||||
offset = { x = offset.x - 4, y = offset.y + 2 },
|
||||
offset = { x = offset.x - 3, y = offset.y },
|
||||
z_index = 1,
|
||||
})
|
||||
end
|
||||
|
Before Width: | Height: | Size: 110 B After Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 74 B After Width: | Height: | Size: 80 B |
Before Width: | Height: | Size: 71 B After Width: | Height: | Size: 80 B |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 811 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 818 B |
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 321 B |