Replaced the glass block with glass window furniture.
Blocks can no longer be marked as transparent
Removed the glass window tile
Replace the glass window tile in all maps that used it
Created a new glass window furniture with a new sprite
Removed the transparent property from all existing tiles
The challenge was to make it look like a window. First I had a small window, like a door but glass. But this created awkward empty space in the house. I decided to make a 100x95 furniture with a window sill. It fills up the hole and you can see trough it.
They look like this on the map editor:
In-game they look like this:
Which looks okay but from a distance not so much:
This is an issue since we changed to perspective. The sprite appears to be at the bottom of the object, flat against the surface below. We could lift the sprite, but that will probably cause other issues, especially with furniture. We can see that the furniture needs more work in general.
Requires #240 Fixes #228
Replaced the glass block with glass window furniture.
The challenge was to make it look like a window. First I had a small window, like a door but glass. But this created awkward empty space in the house. I decided to make a 100x95 furniture with a window sill. It fills up the hole and you can see trough it.
They look like this on the map editor:
In-game they look like this:
Which looks okay but from a distance not so much:
This is an issue since we changed to perspective. The sprite appears to be at the bottom of the object, flat against the surface below. We could lift the sprite, but that will probably cause other issues, especially with furniture. We can see that the furniture needs more work in general.