V
V
Valery Albertovich Zhmyshenko2020-08-26 17:35:28
Game development
Valery Albertovich Zhmyshenko, 2020-08-26 17:35:28

How to manage alpha channel?

I use the love 2d engine and there is a sprite whose transparency should change. How to do this without drawing a lot of sprites?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dollar, 2020-08-26
@DIvan2000

love.graphics.setBlendMode("alpha")
love.graphics.setColor(1, 1, 1, 0.5)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question