diff options
author | Eidolon <furyhunter600@gmail.com> | 2022-09-18 00:31:43 -0500 |
---|---|---|
committer | Rafael Correa <scriptsengineer@gmail.com> | 2024-02-17 22:39:34 -0300 |
commit | 08f4560e6987fa9c4b2c4b8e86665e2862a43ed9 (patch) | |
tree | 14903cff517aa9f02ce5d01ec726f6f6457e2a64 /misc/extension_api_validation/4.2-stable.expected | |
parent | 9283d0d65c42663326f3f6f3d621207b550225ae (diff) | |
download | redot-engine-08f4560e6987fa9c4b2c4b8e86665e2862a43ed9.tar.gz |
Add optional depth fog
Diffstat (limited to 'misc/extension_api_validation/4.2-stable.expected')
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index 2b7a39944a..f79b6ae5e6 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -147,3 +147,10 @@ GH-86661 Validate extension JSON: Error: Field 'classes/Animation/methods/track_find_key/arguments': size changed value in new API, from 3 to 4. Added optional argument to track_find_key to avoid finding keys out of the animation range. Compatibility method registered. + + +GH-84792 +-------- +Validate extension JSON: Error: Field 'classes/RenderingServer/methods/environment_set_fog/arguments': size changed value in new API, from 10 to 11. + +Added fog mode argument. Compatibility method registered. |