Add Bebop

master
isaiah658 2022-02-02 03:36:18 +01:00
parent a82eaeec30
commit 8a52f4a2b5
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
local mobs = {}
mobs.bebop = {
mesh = "zoonami_bebop.obj",
texture = "zoonami_bebop_uv_map.png",
visual_size = {x = 4, y = 4},
collision_box = {-0.3, -0.02, -0.3, 0.3, 0.8, 0.3},
}
mobs.bubblebee = {
mesh = "zoonami_bubblebee.obj",
texture = "zoonami_bubblebee_uv_map.png",