mirror of
https://github.com/minetest-mods/gauges.git
synced 2025-07-13 05:40:22 +02:00
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