From 3251a3dfa6fbb6529b12f70175060bcb369e1b8e Mon Sep 17 00:00:00 2001 From: jme9 Date: Wed, 5 Mar 2025 11:43:01 -0800 Subject: [PATCH] added class structure diagram. --- ClassDiagram1.cd | 2 - Game1.cs | 6 +-- LunaLightClassDiagram.drawio | 100 ----------------------------------- README.md | 4 ++ 4 files changed, 7 insertions(+), 105 deletions(-) delete mode 100644 ClassDiagram1.cd delete mode 100644 LunaLightClassDiagram.drawio 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. [![LunaLight - First Look](https://img.youtube.com/vi/J_KjVaEGNk4/0.jpg)](https://www.youtube.com/watch?v=J_KjVaEGNk4) + +## Current Testing Class Structure + + \ No newline at end of file