Getting some basic blocks going before getting actual tiles done.
Half height tiles - and quarter height as well - are a useful and cheap way to avoid aligning everything.
Very pretty! About adding character... You can "cheat" a bit. You can add animal if it is easier for you although jams are for challenge (or at least for fun)
---
In the center and in the top I see a shadow for those skewed blocks. I am not sure that the shadow should differ by size from usual blocks but it seems to me that maybe should at least a little? idk ¯\_(ツ)_/¯
Okay, you know what, I will let whatever engine the person is using to get and draw the outlines. It is taking way too long to figure out all the combinations possible to try and bake outlines on the tileset as empty blocks with just the outline.
A possbile solution is: Every level is a different layer, one iterate through each column of tiles and draw outlines for sides that aren’t connected with anything else. To further optimize this I believe it is worthwhile do draw these lines during loading and make it a temporary texture with the same Z index as the lowest Z value on that layer instead of doing all these draw calls while rendering the game.