Khaligufzel / Dimensionfall

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

Add transparent windows #228

Closed snipercup closed 2 months ago

snipercup commented 3 months ago

We had transparent windows until we changed the perspective. Now you can see that the windows only have a top face and no side faces. I tried to fix it by attempting to make the side faces transparent, but it didn't work. So now the windows are not transparent.

We can try again to make the side faces transparent. We might need this functionality for other uses too.

The alternative is to make the window a furniture. Furniture already lets light trough. In this case we need to remove the transparency code from the tiles since we won't need it anymore. We still need to have doors block light and maybe other furniture, but that can be done later.