Replace Travis CI with GitHub Actions (#12)

This commit is contained in:
David Leal
2023-08-31 12:50:04 -06:00
committed by GitHub
父節點 98f346882d
當前提交 478402dda9
共有 3 個文件被更改,包括 22 次插入17 次删除

查看文件

@ -35,7 +35,8 @@ local function add_gauge(player)
end
end
-- credit: https://github.com/minetest/minetest/blob/6de8d77e17017cd5cc7b065d42566b6b1cd076cc/builtin/game/statbars.lua#L30-L37
-- credit:
-- https://github.com/minetest/minetest/blob/master/builtin/game/statbars.lua#L31-L37
local function scaleToDefault(player, field)
-- Scale "hp" or "breath" to supported amount
local current = player["get_" .. field](player)