mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Relax the range hint for canvas layer properties
This commit is contained in:
parent
819bb61710
commit
b2bd8e4d06
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