Update 'mods/mobs_npc/r2.lua'

This commit is contained in:
thunderdog1138 2020-11-21 20:48:32 +00:00
parent 85d6fc8a7c
commit aa2df6c4b1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ mobs:register_mob("mobs_npc:r2", {
armor = 80,
collisionbox = {-0.4, -0.4, -0.4, 0.4, 1.2, 0.4},
visual = "mesh",
visual_size = {x=2, y=2},
visual_size = {x=1.3, y=1.3},
mesh = "r2.b3d",
drawtype = "front",
rotate = 180,