diff --git a/ClassDiagram1.cd b/ClassDiagram1.cd
deleted file mode 100644
index 7b89419..0000000
--- a/ClassDiagram1.cd
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/Game1.cs b/Game1.cs
index 3c93241..25dd42b 100644
--- a/Game1.cs
+++ b/Game1.cs
@@ -81,7 +81,7 @@ namespace LunaLightXMG
base.Initialize();
CalculateRenderDestination();
// Play music
- PlayBackgroundMusic(sinkBeats);
+ // PlayBackgroundMusic(sinkBeats);
// Generate random platforms - test this idea out...
platforms = PlatformGenerator.CreatePlatforms(numOfPlatforms);
@@ -141,8 +141,8 @@ namespace LunaLightXMG
// Test Sprite
spriteBatch.Begin(samplerState: SamplerState.PointClamp);
// Debug Grid
- //spriteBatch.Draw(debugGrid, new Vector2(0, 0), Color.Blue);
- spriteBatch.Draw(sinkArea, new Vector2(0, 0), Color.White);
+ // spriteBatch.Draw(debugGrid, new Vector2(0, 0), Color.Blue);
+ // spriteBatch.Draw(sinkArea, new Vector2(0, 0), Color.White);
// Test draw tiles
foreach (var platform in platforms)
diff --git a/LunaLightClassDiagram.drawio b/LunaLightClassDiagram.drawio
deleted file mode 100644
index ca0eb00..0000000
--- a/LunaLightClassDiagram.drawio
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/README.md b/README.md
index 463331b..a8274e1 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,7 @@
A Sci-fi fantasy retro style platformer. Play as Ro and Ama, questing through the magical and treacherous realms of Uluna. An evil sorcerer has been harvesting the spirits of the forest for their own mechanisms of tyrrany! You must save the spirits of the forest and stop the evil sorcerer!!! Your adventures take you through dark woods and long forgotten temples to the highest castle towers atop the the tallest peaks of Uluna.
[](https://www.youtube.com/watch?v=J_KjVaEGNk4)
+
+## Current Testing Class Structure
+
+
\ No newline at end of file