Skip to content

Commit

Permalink
increased size for collision for big iron
Browse files Browse the repository at this point in the history
  • Loading branch information
Untrustedlife authored and hhyyrylainen committed Feb 15, 2019
1 parent 30fb773 commit a0166f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/microbe_stage/setup.as
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ ObjectID createIron(CellStageWorld@ world, Float3 pos)
break;
case 4:
mesh="iron_05.mesh";
ironSize=8;
ironSize=10;
break;
}
auto model = world.Create_Model(ironEntity, renderNode.Node, mesh);
Expand Down

0 comments on commit a0166f7

Please sign in to comment.