This commit is contained in:
maikerumine 2017-06-14 22:54:15 -04:00
parent 2a123ed77f
commit e411f73ded

View File

@ -33,11 +33,11 @@ local pigman = {
hp_max = 60,
armor = 150,
collisionbox = {-0.35, -0.01, -0.35, 0.35, 2, 0.35},
rotate = -180,
--rotate = -180,
visual = "mesh",
mesh = "zombie_pigman.b3d",
textures = {{"zombie_pigman.png"}},
visual_size = {x=3, y=3},
visual_size = {x=1, y=1},
walk_velocity = 0.6,
run_velocity = 2,
jump = true,