solarus-games / solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
http://www.solarus-games.org
Other
710 stars 134 forks source link

Opacity as a drawable property #1201

Closed stdgregwar closed 6 years ago

stdgregwar commented 6 years ago

Since the proxy drawing refactor, opacity is a property of all drawables, this PR makes this change visible to the lua API.

Would close #702 .

Diarandor commented 6 years ago

Awesome!