From 283cadc4904bcbb88218aab81458ba40dea7942d Mon Sep 17 00:00:00 2001 From: avery Date: Sun, 15 Feb 2026 20:38:50 -0500 Subject: [PATCH] Awperative Beta Complete! V1.0 --- .idea/.idea.Awperative/.idea/discord.xml | 14 ++++++++++++++ Awperative/Kernel/Debug/AwperativeDebugger.txt | 5 ----- Awperative/Kernel/Debug/Debug.md | 5 +++++ Awperative/Kernel/Scene/{Core.cs => Scene.cs} | 0 Awperative/Kernel/Scene/Scene.md | 0 5 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 .idea/.idea.Awperative/.idea/discord.xml delete mode 100644 Awperative/Kernel/Debug/AwperativeDebugger.txt rename Awperative/Kernel/Scene/{Core.cs => Scene.cs} (100%) create mode 100644 Awperative/Kernel/Scene/Scene.md diff --git a/.idea/.idea.Awperative/.idea/discord.xml b/.idea/.idea.Awperative/.idea/discord.xml new file mode 100644 index 0000000..baf5572 --- /dev/null +++ b/.idea/.idea.Awperative/.idea/discord.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/Awperative/Kernel/Debug/AwperativeDebugger.txt b/Awperative/Kernel/Debug/AwperativeDebugger.txt deleted file mode 100644 index afa8b58..0000000 --- a/Awperative/Kernel/Debug/AwperativeDebugger.txt +++ /dev/null @@ -1,5 +0,0 @@ -Awperative debugger writes errors to file while staying within runtime. - -Searches for a file with any specifiable name in config. that must end in .awlf - -stands for awperative logging format. \ No newline at end of file diff --git a/Awperative/Kernel/Debug/Debug.md b/Awperative/Kernel/Debug/Debug.md index e69de29..596ef57 100644 --- a/Awperative/Kernel/Debug/Debug.md +++ b/Awperative/Kernel/Debug/Debug.md @@ -0,0 +1,5 @@ +Awperative debugger writes errors to file while staying within runtime. + +Searches for a file with any specifiable name in config. that must end in .awlf + +stands for awperative logging format. \ No newline at end of file diff --git a/Awperative/Kernel/Scene/Core.cs b/Awperative/Kernel/Scene/Scene.cs similarity index 100% rename from Awperative/Kernel/Scene/Core.cs rename to Awperative/Kernel/Scene/Scene.cs diff --git a/Awperative/Kernel/Scene/Scene.md b/Awperative/Kernel/Scene/Scene.md new file mode 100644 index 0000000..e69de29