shapes: use 'DEPRECATED' instead of 'WARNING'

This commit is contained in:
Rock Storm 2018-10-04 19:04:09 +01:00
parent e324f76e24
commit b7ee9ac16f

View file

@ -32,8 +32,8 @@ echoDeprecation();
module echoDeprecation () {
echo("<font color='red'>
WARNING: 'shapes' library is now deprecated
please use 'reg_shapes' instead</font>");
DEPRECATED: 'shapes' library is now deprecated
please use 'regular_shapes' instead</font>");
}
// size is a vector [w, h, d]