mirror of
https://github.com/APercy/automobiles_pck
synced 2025-06-19 23:38:01 +02:00
wheel radius calculation fix
This commit is contained in:
parent
8d72f90697
commit
74c6bd6707
@ -96,7 +96,7 @@ minetest.register_entity("automobiles_motorcycle:motorcycle", {
|
||||
initial_properties = {
|
||||
physical = true,
|
||||
collide_with_objects = true,
|
||||
collisionbox = {-0.1, -0.42, -0.1, 0.1, 1, 0.1},
|
||||
collisionbox = {-0.2, -0.4, -0.2, 0.2, 1, 0.2},
|
||||
selectionbox = {-1, 1, -1, 1, -1, 1},
|
||||
stepheight = 0.7,
|
||||
visual = "mesh",
|
||||
|
Loading…
Reference in New Issue
Block a user