Gameboy Tenting

Want to make a Gameboy game? Want it to look more like the real gameboy? Here's a screenshot on how to turn your black and white images to gameboy tenting 
First, make a canvas the size of your view. Make the view his parent. After that, go to Create Actor, and put this code in:
Its that easy
It'll make it look like the gameboy tent :3

First, make a canvas the size of your view. Make the view his parent. After that, go to Create Actor, and put this code in:
- Code: Select all
erase(0, 244, 189, .89);
Its that easy
