Initial commit

This commit is contained in:
HussienX72u
2026-07-21 08:56:10 +03:00
commit 4017028111
9410 changed files with 2150500 additions and 0 deletions
@@ -0,0 +1,15 @@
@startuml
class FolderIconConstants <<static>> {
+ {static} <<readonly>> ASSET_DEFAULT_PATH : string
+ <<const>> FOLDER_TEXTURE_PATH : string = "Assets/ColouredFolders/Folders"
+ <<const>> ICONS_TEXTURE_PATH : string = "Assets/ColouredFolders/Icons"
+ <<const>> PREF_FOLDER : string = "FolderPlus_ShowCustomFolders"
+ <<const>> PREF_OVERLAY : string = "FolderPlus_ShowCustomIcons"
+ <<const>> MAX_TREE_WIDTH : float = 118f
+ <<const>> MAX_PROJECT_WIDTH : float = 96f
+ <<const>> MAX_TREE_HEIGHT : float = 16f
+ <<const>> MAX_PROJECT_HEIGHT : float = 110f
}
FolderIconConstants o-> "SelectedColor" Color
FolderIconConstants o-> "BackgroundColour" Color
@enduml