Update 'mods/mobs_npc/r2.lua'

This commit is contained in:
thunderdog1138 2020-11-21 20:31:02 +00:00
parent dd489db5c7
commit 4d92964fd6
1 changed files with 1 additions and 1 deletions

View File

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