Made tomatoes taller

This commit is contained in:
Joshua Barretto 2020-04-18 21:46:39 +01:00
parent 6448c17110
commit 8af3187df4

View File

@ -212,6 +212,7 @@ impl BlockKind {
// Beware: the height *must* be <= `MAX_HEIGHT` or the collision system will not properly
// detect it!
match self {
BlockKind::Tomato => 1.65,
BlockKind::LargeCactus => 2.5,
_ => 1.0,
}