mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-18 19:05:48 +02:00
stepheight of roadster to 0.6
This commit is contained in:
parent
b24f6e1d94
commit
c3964fdb4e
@ -215,7 +215,7 @@ minetest.register_entity("automobiles_roadster:roadster", {
|
|||||||
collide_with_objects = true,
|
collide_with_objects = true,
|
||||||
collisionbox = {-0.1, -0.5, -0.1, 0.1, 1, 0.1},
|
collisionbox = {-0.1, -0.5, -0.1, 0.1, 1, 0.1},
|
||||||
selectionbox = {-1.5, 0.0, -1.5, 1.5, 2, 1.5},
|
selectionbox = {-1.5, 0.0, -1.5, 1.5, 2, 1.5},
|
||||||
stepheight = 0.5,
|
stepheight = 0.6,
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "automobiles_roadster.b3d",
|
mesh = "automobiles_roadster.b3d",
|
||||||
textures = {
|
textures = {
|
||||||
|
Loading…
Reference in New Issue
Block a user