I would like to know how to make the screen darker. I dont think this should be too hard, I guess I could use a black sprite and change its opacity or is there something else.
U can use "layer opacity". When you have a black background it darkens.
Develop games in your browser. Powerful, performant & highly capable.
I'd just use the sprite
if you happen to be using linear sampling (in project properties), you can make it a 1x1 sprite and stretch it to the size of the screen.
Alright thanks guys.