mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +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},
|
||||
visual = "mesh",
|
||||
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},
|
||||
makes_footstep_sound = true,
|
||||
view_range = 16,
|
||||
|
Loading…
Reference in New Issue
Block a user