mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Update the mess monster for multiple textures
This commit is contained in:
parent
d7a5dcbb29
commit
48dd18d49a
@ -19,7 +19,11 @@ mobs:register_mob("mobs:mese_monster", {
|
|||||||
collisionbox = {-0.5, -1.5, -0.5, 0.5, 0.5, 0.5},
|
collisionbox = {-0.5, -1.5, -0.5, 0.5, 0.5, 0.5},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "zmobs_mese_monster.x",
|
mesh = "zmobs_mese_monster.x",
|
||||||
textures = {"zmobs_mese_monster.png"},
|
--textures = {"zmobs_mese_monster.png"},
|
||||||
|
available_textures = {
|
||||||
|
total = 1,
|
||||||
|
texture_1 = {"zmobs_mese_monster.png"},
|
||||||
|
},
|
||||||
visual_size = {x=1, y=1},
|
visual_size = {x=1, y=1},
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
|
Loading…
Reference in New Issue
Block a user