Skip to content

[feature] box shadow

Michael Hölzl requested to merge box-shadow into master

A box shadow feature similar to html. Maybe useful to draw a shadow around the windows and give Orbital more visual depth like in other operating systems. 🙂

window.box_shadow(170,100,150,150,0,0,20, Color::rgba(0,0,0,255));

box_shadow

Merge request reports