This commit is contained in:
2026-03-24 20:21:56 -04:00
parent 6585c5c20b
commit 09af5437e7
14 changed files with 212 additions and 21 deletions

29
SaneSlate.uplugin Normal file
View File

@@ -0,0 +1,29 @@
{
"FileVersion": 3,
"Version": 0.1,
"VersionName": "0.1",
"FriendlyName": "Sane Slate",
"Description": "Slate for humans.",
"Category": "UI",
"CreatedBy": "Edward R. Gonzalez",
"CreatedByURL": "https://github.com/Ed94/SaneSlate",
"DocsURL": "https://github.com/Ed94/SaneSlate",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Modules":
[
{
"Name": "SaneSlate",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "SaneSlateEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}