Merge pull request #105245 from timothyqiu/canvas-layer-range
Relax the range hint for canvas layer properties
This commit is contained in:
commit
c27c87b852
6 changed files with 15 additions and 3 deletions
|
|
@ -2243,6 +2243,8 @@ void RenderingServer::_bind_methods() {
|
|||
BIND_CONSTANT(ARRAY_WEIGHTS_SIZE);
|
||||
BIND_CONSTANT(CANVAS_ITEM_Z_MIN);
|
||||
BIND_CONSTANT(CANVAS_ITEM_Z_MAX);
|
||||
BIND_CONSTANT(CANVAS_LAYER_MIN);
|
||||
BIND_CONSTANT(CANVAS_LAYER_MAX);
|
||||
BIND_CONSTANT(MAX_GLOW_LEVELS);
|
||||
BIND_CONSTANT(MAX_CURSORS);
|
||||
BIND_CONSTANT(MAX_2D_DIRECTIONAL_LIGHTS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue