1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Relax the range hint for canvas layer properties

This commit is contained in:
Haoyu Qiu
2025-04-10 23:50:02 +08:00
parent 819bb61710
commit b2bd8e4d06
6 changed files with 15 additions and 3 deletions

View File

@@ -100,6 +100,8 @@ public:
ARRAY_WEIGHTS_SIZE = 4,
CANVAS_ITEM_Z_MIN = -4096,
CANVAS_ITEM_Z_MAX = 4096,
CANVAS_LAYER_MIN = -2147483648,
CANVAS_LAYER_MAX = 2147483647,
MAX_GLOW_LEVELS = 7,
MAX_CURSORS = 8,
MAX_2D_DIRECTIONAL_LIGHTS = 8,