miskatonicstudio / goat

Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games.
MIT License
383 stars 34 forks source link

Fix glow in Inventory #132

Open miskatonicstudio opened 4 years ago

miskatonicstudio commented 4 years ago

There seems to be an issue with Viewport node: if background is set to transparent, the glow is gone. Probably the best solution is to report the issue and wait for Godot devs to fix this one.

Other solutions:

miskatonicstudio commented 2 years ago

Solution no. 3 (non-animated blurred background) seems promising. A shader was already proven to work fast enough for this purpose. Some notes: