mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge pull request #105245 from timothyqiu/canvas-layer-range
Relax the range hint for canvas layer properties
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user