mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
8 lines
640 B
Text
8 lines
640 B
Text
GH-98443
|
|
--------
|
|
Validate extension JSON: Error: Field 'classes/Control/properties/offset_bottom': type changed value in new API, from "int" to "float".
|
|
Validate extension JSON: Error: Field 'classes/Control/properties/offset_left': type changed value in new API, from "int" to "float".
|
|
Validate extension JSON: Error: Field 'classes/Control/properties/offset_right': type changed value in new API, from "int" to "float".
|
|
Validate extension JSON: Error: Field 'classes/Control/properties/offset_top': type changed value in new API, from "int" to "float".
|
|
|
|
Property type changed to float to match the actual internal API and documentation.
|