Make health bars show rough percentage of max hp (#9)

This commit is contained in:
LoneWolfHT
2021-10-18 09:22:03 -07:00
committed by GitHub
parent 622e31394e
commit 8e4faffe8d
2 changed files with 20 additions and 5 deletions

View File

@ -21,6 +21,11 @@ stds.minetest = {
"copy",
},
},
math = {
fields = {
"round",
},
}
}
}