mirror of
https://github.com/minetest-mods/i3.git
synced 2024-11-16 15:50:22 +01:00
Increase player model size
This commit is contained in:
parent
288821dda5
commit
7030441d5d
2
init.lua
2
init.lua
|
@ -2205,7 +2205,7 @@ local function get_inventory_fs(player, data, fs)
|
||||||
local anim = player:get_local_animation()
|
local anim = player:get_local_animation()
|
||||||
--fs("style[player_model;bgcolor=black]")
|
--fs("style[player_model;bgcolor=black]")
|
||||||
|
|
||||||
fs(fmt("model", (__3darmor or __skinsdb) and 0.2 or 0, 0.2, 4, 5.5, "player_model",
|
fs(fmt("model", (__3darmor or __skinsdb) and 0.2 or 0, 0.2, 4, 5.7, "player_model",
|
||||||
props.mesh, concat(props.textures, ","), "0,-150", "false", "false",
|
props.mesh, concat(props.textures, ","), "0,-150", "false", "false",
|
||||||
fmt("%u,%u", anim.x, anim.y)))
|
fmt("%u,%u", anim.x, anim.y)))
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user