1
0
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:
Rémi Verschelde
2025-06-05 13:10:50 +02:00
6 changed files with 15 additions and 3 deletions

View File

@@ -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);