mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
platform: Update metadata for export platforms
Updates the logos of for macOS, Android, and iOS; Also changes "Mac OSX" to "macOS" Addresses https://github.com/godotengine/godot-proposals/issues/1161
This commit is contained in:
parent
bc813fd061
commit
41d8c0c818
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 951 B |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
@ -95,8 +95,8 @@ protected:
|
||||
virtual void get_export_options(List<ExportOption> *r_options) override;
|
||||
|
||||
public:
|
||||
virtual String get_name() const override { return "Mac OSX"; }
|
||||
virtual String get_os_name() const override { return "OSX"; }
|
||||
virtual String get_name() const override { return "macOS"; }
|
||||
virtual String get_os_name() const override { return "macOS"; }
|
||||
virtual Ref<Texture2D> get_logo() const override { return logo; }
|
||||
|
||||
virtual List<String> get_binary_extensions(const Ref<EditorExportPreset> &p_preset) const override {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 7.0 KiB |
Loading…
Reference in New Issue
Block a user