forked from minetest-mods/gauges
Make health bars show rough percentage of max hp (#9)
This commit is contained in:
@ -21,6 +21,11 @@ stds.minetest = {
|
||||
"copy",
|
||||
},
|
||||
},
|
||||
math = {
|
||||
fields = {
|
||||
"round",
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user