shapes: use 'DEPRECATED' instead of 'WARNING'
This commit is contained in:
parent
e324f76e24
commit
b7ee9ac16f
|
@ -32,8 +32,8 @@ echoDeprecation();
|
||||||
|
|
||||||
module echoDeprecation () {
|
module echoDeprecation () {
|
||||||
echo("<font color='red'>
|
echo("<font color='red'>
|
||||||
WARNING: 'shapes' library is now deprecated
|
DEPRECATED: 'shapes' library is now deprecated
|
||||||
please use 'reg_shapes' instead</font>");
|
please use 'regular_shapes' instead</font>");
|
||||||
}
|
}
|
||||||
|
|
||||||
// size is a vector [w, h, d]
|
// size is a vector [w, h, d]
|
||||||
|
|
Loading…
Reference in a new issue