Add new monster

master
isaiah658 2022-02-26 18:39:59 +01:00
parent d1c8e61948
commit 89fbcfd198
1 changed files with 7 additions and 0 deletions

View File

@ -149,6 +149,13 @@ mobs.ruffalo = {
collision_box = {-1.0, -0.02, -1.0, 1.0, 1.5, 1.0},
}
mobs.ruptore = {
mesh = "zoonami_ruptore.obj",
texture = "zoonami_ruptore_uv_map.png",
visual_size = {x = 6, y = 6},
collision_box = {-0.85, -0.02, -0.85, 0.8, 2.5, 0.85},
}
mobs.scallapod = {
mesh = "zoonami_scallapod.obj",
texture = "zoonami_scallapod_uv_map.png",