You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00: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