mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-15 07:51:20 +00:00
Update entities.lua
Selection box fixed
This commit is contained in:
parent
358153c95a
commit
02738e262c
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ minetest.register_entity("ap_airship:airship", {
|
||||||
physical = true,
|
physical = true,
|
||||||
collide_with_objects = true, --true,
|
collide_with_objects = true, --true,
|
||||||
collisionbox = {-10, -3.5, -10, 10, 15, 10}, --{-1,0,-1, 1,0.3,1},
|
collisionbox = {-10, -3.5, -10, 10, 15, 10}, --{-1,0,-1, 1,0.3,1},
|
||||||
selectionbox = {-10, -3.5, -10, 10, 0, 10},
|
selectionbox = {-2, -3.5, -2, 2, 0, 2},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
backface_culling = false,
|
backface_culling = false,
|
||||||
mesh = "ap_airship_mesh.b3d",
|
mesh = "ap_airship_mesh.b3d",
|
||||||
|
|
Loading…
Add table
Reference in a new issue