1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[iOS] Sync the boot splash and the launch screen image scale modes

This commit is contained in:
Jānis Kiršteins
2025-02-10 00:29:29 +01:00
parent 0b6a717ac1
commit 0e266b0099
9 changed files with 117 additions and 25 deletions

View File

@@ -201,6 +201,8 @@ public:
return list;
}
virtual HashMap<String, Variant> get_custom_project_settings(const Ref<EditorExportPreset> &p_preset) const override;
virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, BitField<EditorExportPlatform::DebugFlags> p_flags = 0) override;
virtual bool has_valid_export_configuration(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates, bool p_debug = false) const override;