From 1f1a3730414316560ba7edc35f0d9cfa43a0c064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 27 Feb 2023 08:55:28 +0100 Subject: [PATCH] gdextension: Sync with upstream commit 0cd148313213e2923004be65bafd6a3781c917ec (4.0-rc6) --- gdextension/extension_api.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gdextension/extension_api.json b/gdextension/extension_api.json index 6bf4d243..eab32a4d 100644 --- a/gdextension/extension_api.json +++ b/gdextension/extension_api.json @@ -3,9 +3,9 @@ "version_major": 4, "version_minor": 0, "version_patch": 0, - "version_status": "rc5", + "version_status": "rc6", "version_build": "official", - "version_full_name": "Godot Engine v4.0.rc5.official" + "version_full_name": "Godot Engine v4.0.rc6.official" }, "builtin_class_sizes": [ { @@ -228207,7 +228207,7 @@ { "name": "baseline", "type": "float", - "meta": "float", + "meta": "double", "default_value": "0.0" } ] @@ -228243,7 +228243,7 @@ { "name": "baseline", "type": "float", - "meta": "float", + "meta": "double", "default_value": "0.0" } ] @@ -229210,7 +229210,7 @@ { "name": "chars_per_line", "type": "int", - "meta": "int32", + "meta": "int64", "default_value": "0" } ] @@ -229762,7 +229762,7 @@ { "name": "weight", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -229797,7 +229797,7 @@ { "name": "stretch", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -232102,7 +232102,7 @@ { "name": "baseline", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -232135,7 +232135,7 @@ { "name": "baseline", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -233103,7 +233103,7 @@ { "name": "chars_per_line", "type": "int", - "meta": "int32" + "meta": "int64" } ] },