accmltr / scala-games

A game engine for writing games in Scala.
MIT License
4 stars 0 forks source link

Fix `RenderData.color.a` not working #26

Closed accmltr closed 9 months ago

accmltr commented 10 months ago

When using the 'color_fill' shader, objects with an alpha of less than 1 do not become transparent.

accmltr commented 10 months ago

This falls under the #22 issue, so it needs to be done on the 22-simplify-render-package branch before a pull request can be made.