From 4e314d1de2e0744ca210b73b46c0f50f42842212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Sun, 2 Aug 2026 11:46:17 +0200 Subject: [PATCH] Commit asset configs for resources without importer --- GlitchyEditor/resources/Fonts/CascadiaCode.ttf.ass | 11 +++++++++++ .../resources/ProjectTemplate/.gitignore.ass | 11 +++++++++++ .../ProjectTemplate/[ProjectName].csproj.ass | 11 +++++++++++ .../resources/ProjectTemplate/[ProjectName].slnx.ass | 11 +++++++++++ GlitchyEditor/resources/Shaders/ACES.hlsl.ass | 11 +++++++++++ .../resources/Shaders/GlitchyEngine.hlsl.ass | 11 +++++++++++ .../resources/Shaders/GlitchyEngine2D.hlsl.ass | 11 +++++++++++ .../resources/Shaders/LightingFunctions.hlsl.ass | 11 +++++++++++ GlitchyEditor/resources/Shaders/PBR.hlsl.ass | 11 +++++++++++ .../resources/Shaders/ShaderHelpers.hlsl.ass | 11 +++++++++++ .../resources/Templates/ScriptTemplate.cs.ass | 11 +++++++++++ GlitchyEditor/resources/Textures/EditorIcons.psd.ass | 11 +++++++++++ .../resources/Textures/GlitchyEngineIcon.ico.ass | 11 +++++++++++ 13 files changed, 143 insertions(+) create mode 100644 GlitchyEditor/resources/Fonts/CascadiaCode.ttf.ass create mode 100644 GlitchyEditor/resources/ProjectTemplate/.gitignore.ass create mode 100644 GlitchyEditor/resources/ProjectTemplate/[ProjectName].csproj.ass create mode 100644 GlitchyEditor/resources/ProjectTemplate/[ProjectName].slnx.ass create mode 100644 GlitchyEditor/resources/Shaders/ACES.hlsl.ass create mode 100644 GlitchyEditor/resources/Shaders/GlitchyEngine.hlsl.ass create mode 100644 GlitchyEditor/resources/Shaders/GlitchyEngine2D.hlsl.ass create mode 100644 GlitchyEditor/resources/Shaders/LightingFunctions.hlsl.ass create mode 100644 GlitchyEditor/resources/Shaders/PBR.hlsl.ass create mode 100644 GlitchyEditor/resources/Shaders/ShaderHelpers.hlsl.ass create mode 100644 GlitchyEditor/resources/Templates/ScriptTemplate.cs.ass create mode 100644 GlitchyEditor/resources/Textures/EditorIcons.psd.ass create mode 100644 GlitchyEditor/resources/Textures/GlitchyEngineIcon.ico.ass diff --git a/GlitchyEditor/resources/Fonts/CascadiaCode.ttf.ass b/GlitchyEditor/resources/Fonts/CascadiaCode.ttf.ass new file mode 100644 index 0000000..59824a7 --- /dev/null +++ b/GlitchyEditor/resources/Fonts/CascadiaCode.ttf.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 9434890118063137951 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/ProjectTemplate/.gitignore.ass b/GlitchyEditor/resources/ProjectTemplate/.gitignore.ass new file mode 100644 index 0000000..489d089 --- /dev/null +++ b/GlitchyEditor/resources/ProjectTemplate/.gitignore.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 12886429392536704724 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/ProjectTemplate/[ProjectName].csproj.ass b/GlitchyEditor/resources/ProjectTemplate/[ProjectName].csproj.ass new file mode 100644 index 0000000..754fe5f --- /dev/null +++ b/GlitchyEditor/resources/ProjectTemplate/[ProjectName].csproj.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 17767079304205108419 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/ProjectTemplate/[ProjectName].slnx.ass b/GlitchyEditor/resources/ProjectTemplate/[ProjectName].slnx.ass new file mode 100644 index 0000000..d23c341 --- /dev/null +++ b/GlitchyEditor/resources/ProjectTemplate/[ProjectName].slnx.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 15274144675004602184 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/Shaders/ACES.hlsl.ass b/GlitchyEditor/resources/Shaders/ACES.hlsl.ass new file mode 100644 index 0000000..42db826 --- /dev/null +++ b/GlitchyEditor/resources/Shaders/ACES.hlsl.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 928998782684229984 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/Shaders/GlitchyEngine.hlsl.ass b/GlitchyEditor/resources/Shaders/GlitchyEngine.hlsl.ass new file mode 100644 index 0000000..8736251 --- /dev/null +++ b/GlitchyEditor/resources/Shaders/GlitchyEngine.hlsl.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 8508337008960456447 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/Shaders/GlitchyEngine2D.hlsl.ass b/GlitchyEditor/resources/Shaders/GlitchyEngine2D.hlsl.ass new file mode 100644 index 0000000..f4b3fd3 --- /dev/null +++ b/GlitchyEditor/resources/Shaders/GlitchyEngine2D.hlsl.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 15977579743485633133 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/Shaders/LightingFunctions.hlsl.ass b/GlitchyEditor/resources/Shaders/LightingFunctions.hlsl.ass new file mode 100644 index 0000000..739887a --- /dev/null +++ b/GlitchyEditor/resources/Shaders/LightingFunctions.hlsl.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 5789702360838490150 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/Shaders/PBR.hlsl.ass b/GlitchyEditor/resources/Shaders/PBR.hlsl.ass new file mode 100644 index 0000000..2b1ab25 --- /dev/null +++ b/GlitchyEditor/resources/Shaders/PBR.hlsl.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 13875759478508290092 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/Shaders/ShaderHelpers.hlsl.ass b/GlitchyEditor/resources/Shaders/ShaderHelpers.hlsl.ass new file mode 100644 index 0000000..31dd1fc --- /dev/null +++ b/GlitchyEditor/resources/Shaders/ShaderHelpers.hlsl.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 15853638422335091598 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/Templates/ScriptTemplate.cs.ass b/GlitchyEditor/resources/Templates/ScriptTemplate.cs.ass new file mode 100644 index 0000000..c1cbb03 --- /dev/null +++ b/GlitchyEditor/resources/Templates/ScriptTemplate.cs.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 14385412659829048739 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/Textures/EditorIcons.psd.ass b/GlitchyEditor/resources/Textures/EditorIcons.psd.ass new file mode 100644 index 0000000..514dbfa --- /dev/null +++ b/GlitchyEditor/resources/Textures/EditorIcons.psd.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 3965163548234580201 +} \ No newline at end of file diff --git a/GlitchyEditor/resources/Textures/GlitchyEngineIcon.ico.ass b/GlitchyEditor/resources/Textures/GlitchyEngineIcon.ico.ass new file mode 100644 index 0000000..2a04bff --- /dev/null +++ b/GlitchyEditor/resources/Textures/GlitchyEngineIcon.ico.ass @@ -0,0 +1,11 @@ +{ + AssetLoader = null, + Config = null, + Importer = null, + ImporterConfig = null, + Processor = null, + ProcessorConfig = null, + Exporter = null, + ExporterConfig = null, + AssetHandle = 14643606651153291317 +} \ No newline at end of file