Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
13 stars 5 forks source link

Replace glass blocks with glass furniture #241

Closed snipercup closed 4 months ago

snipercup commented 4 months ago

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: image

In-game they look like this: image

Which looks okay but from a distance not so much: image

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.