increpare / PuzzleScript

Open Source HTML5 Puzzle Game Engine
MIT License
903 stars 159 forks source link

add transparent colour #117

Closed increpare closed 10 years ago

rmmh commented 10 years ago

Maybe also allow RGBA in custom colors for interesting alpha-blending effects -- #ff000011 == #f001 == a mostly transparent red color?

increpare commented 10 years ago

Not sure it'd fit with the graphical style. If someone had a cool game idea that would benefit from it, I'd consider it, totes.

On Mon, Apr 14, 2014 at 9:55 PM, Ryan Hitchman notifications@github.comwrote:

Maybe also allow RGBA in custom colors for interesting alpha-blending effects -- #ff000011 == #f001 == a mostly transparent red color?

— Reply to this email directly or view it on GitHubhttps://github.com/increpare/PuzzleScript/issues/117#issuecomment-40416980 .

rmmh commented 10 years ago

fyi, commits with strings like "fixes #117" automatically close corresponding issues when they hit master. https://help.github.com/articles/closing-issues-via-commit-messages

increpare commented 10 years ago

ah, good to know. some times i noticed stuff mysteriously closing and didn't realize why, and couldn't find out the syntax. thanks :)

On Mon, Apr 14, 2014 at 10:58 PM, Ryan Hitchman notifications@github.comwrote:

fyi, commits with strings like "fixes #117https://github.com/increpare/PuzzleScript/issues/117" automatically close corresponding issues when they hit master. https://help.github.com/articles/closing-issues-via-commit-messages

— Reply to this email directly or view it on GitHubhttps://github.com/increpare/PuzzleScript/issues/117#issuecomment-40423459 .