kittykatattack / hexi

Make games the fun way!
MIT License
551 stars 83 forks source link

Masking supported? #58

Open Digital-Odyssey opened 6 years ago

Digital-Odyssey commented 6 years ago

Hey, is masking supported in Hexi? I know Pixi supports it but i cant seem to get it to work in Hexi.

kittykatattack commented 6 years ago

Yes, This should work: http://pixijs.io/examples/#/demos/masking.js

Digital-Odyssey commented 6 years ago

awesome thanks...ill try it out.

kittykatattack commented 6 years ago

Oh!! I forgot!!!

https://github.com/kittykatattack/hexi/blob/master/examples/src/masking.js

... that should make it a lot easier 😄

Digital-Odyssey commented 6 years ago

Awesome thanks - I'll test this out soon.