You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
Make asset library's column count dynamic
(cherry picked from commit d65eb592b0)
This commit is contained in:
committed by
Rémi Verschelde
parent
995281ca90
commit
77a9f3d4d8
@@ -294,6 +294,8 @@ class EditorAssetLibrary : public PanelContainer {
|
||||
|
||||
void _install_external_asset(String p_zip_path, String p_title);
|
||||
|
||||
void _update_asset_items_columns();
|
||||
|
||||
friend class EditorAssetLibraryItemDescription;
|
||||
friend class EditorAssetLibraryItem;
|
||||
|
||||
@@ -303,7 +305,6 @@ protected:
|
||||
|
||||
public:
|
||||
void disable_community_support();
|
||||
void set_columns(int p_columns);
|
||||
|
||||
EditorAssetLibrary(bool p_templates_only = false);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user