mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-27 07:06:23 +02:00
collision adjust
This commit is contained in:
parent
b151e343d5
commit
3ae7c0df8f
@ -163,7 +163,7 @@ minetest.register_entity("automobiles_roadster:roadster", {
|
||||
initial_properties = {
|
||||
physical = true,
|
||||
collide_with_objects = true,
|
||||
collisionbox = {-1.1, -0.51, -1.1, 1.1, 2, 1.1},
|
||||
collisionbox = {-1.1, -0.5, -1.1, 1.1, 2, 1.1},
|
||||
selectionbox = {-1.5, 0.0, -1.5, 1.5, 2, 1.5},
|
||||
stepheight = 0.5,
|
||||
visual = "mesh",
|
||||
|
Loading…
Reference in New Issue
Block a user