Skip to content

Commit 1f1a373

Browse files
committed
gdextension: Sync with upstream commit 0cd148313213e2923004be65bafd6a3781c917ec (4.0-rc6)
1 parent 4f2b1ed commit 1f1a373

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gdextension/extension_api.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version_major": 4,
44
"version_minor": 0,
55
"version_patch": 0,
6-
"version_status": "rc5",
6+
"version_status": "rc6",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.0.rc5.official"
8+
"version_full_name": "Godot Engine v4.0.rc6.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -228207,7 +228207,7 @@
228207228207
{
228208228208
"name": "baseline",
228209228209
"type": "float",
228210-
"meta": "float",
228210+
"meta": "double",
228211228211
"default_value": "0.0"
228212228212
}
228213228213
]
@@ -228243,7 +228243,7 @@
228243228243
{
228244228244
"name": "baseline",
228245228245
"type": "float",
228246-
"meta": "float",
228246+
"meta": "double",
228247228247
"default_value": "0.0"
228248228248
}
228249228249
]
@@ -229210,7 +229210,7 @@
229210229210
{
229211229211
"name": "chars_per_line",
229212229212
"type": "int",
229213-
"meta": "int32",
229213+
"meta": "int64",
229214229214
"default_value": "0"
229215229215
}
229216229216
]
@@ -229762,7 +229762,7 @@
229762229762
{
229763229763
"name": "weight",
229764229764
"type": "int",
229765-
"meta": "int32"
229765+
"meta": "int64"
229766229766
}
229767229767
]
229768229768
},
@@ -229797,7 +229797,7 @@
229797229797
{
229798229798
"name": "stretch",
229799229799
"type": "int",
229800-
"meta": "int32"
229800+
"meta": "int64"
229801229801
}
229802229802
]
229803229803
},
@@ -232102,7 +232102,7 @@
232102232102
{
232103232103
"name": "baseline",
232104232104
"type": "float",
232105-
"meta": "float"
232105+
"meta": "double"
232106232106
}
232107232107
]
232108232108
},
@@ -232135,7 +232135,7 @@
232135232135
{
232136232136
"name": "baseline",
232137232137
"type": "float",
232138-
"meta": "float"
232138+
"meta": "double"
232139232139
}
232140232140
]
232141232141
},
@@ -233103,7 +233103,7 @@
233103233103
{
233104233104
"name": "chars_per_line",
233105233105
"type": "int",
233106-
"meta": "int32"
233106+
"meta": "int64"
233107233107
}
233108233108
]
233109233109
},

0 commit comments

Comments
 (0)