fix collisionbox and script in blend file

master
poikilos 2020-02-11 12:43:46 -05:00
parent c498cac8a1
commit d1d90e5466
2 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ minetest.register_entity(
{
hp_max = BAG_MAX_HP,
physical = false,
collisionbox = { -0.44, -0.5, -0.425, 0.44, 0.35, 0.425 },
collisionbox = {-0.33, 0.00, -0.33, 0.33, 0.64, 0.33},
visual = "mesh",
visual_size = { x = 1, y = 1 },
mesh = "prestibags_bag.b3d",

Binary file not shown.