Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/misc/extension_api_validation/4.1-stable_4.2-stable/GH-78266.txt
22398 views
1
GH-78266
2
--------
3
Validate extension JSON: API was removed: classes/FontFile/properties/fallbacks
4
Validate extension JSON: API was removed: classes/FontVariation/properties/fallbacks
5
Validate extension JSON: API was removed: classes/SystemFont/properties/fallbacks
6
7
The property was moved to their common base class Font.
8
The setters and getters were already in Font, so this shouldn't affect compatibility.
9
10