master #5

Merged
epCode merged 255 commits from VoxeLibre/VoxeLibre:master into master 2021-02-02 23:20:01 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 2bc5a281f5 - Show all commits

View File

@ -59,6 +59,7 @@ function mcl_player.player_set_model(player, model_name)
textures = player_textures[name] or model.textures,
visual = "mesh",
visual_size = model.visual_size or {x=1, y=1},
damage_texture_modifier = "^[colorize:red:130",
})
mcl_player.player_set_animation(player, "stand")
else