mirror of
https://github.com/APercy/automobiles_pck
synced 2025-11-06 15:07:57 +01:00
fix step height
This commit is contained in:
parent
5492964f51
commit
926a79ace2
@ -238,7 +238,7 @@ minetest.register_entity("automobiles_coupe:coupe", {
|
||||
collide_with_objects = true,
|
||||
collisionbox = {-0.1, -0.2, -0.1, 0.1, 1, 0.1},
|
||||
selectionbox = {-1.5, 0.0, -1.5, 1.5, 2, 1.5},
|
||||
stepheight = 0.55,
|
||||
stepheight = 0.65,
|
||||
visual = "mesh",
|
||||
mesh = "automobiles_coupe_body.b3d",
|
||||
textures = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user