diff --git a/.DS_Store b/.DS_Store index e163a90..b928088 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Gaseous.sln b/Gaseous.sln index 4dd6c98..645a64c 100644 --- a/Gaseous.sln +++ b/Gaseous.sln @@ -23,6 +23,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution LICENSE = LICENSE EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenshots", "screenshots", "{F1A847C7-57BC-4DA9-8F83-CD060A7F5122}" + ProjectSection(SolutionItems) = preProject + screenshots\Library.png = screenshots\Library.png + screenshots\Game.png = screenshots\Game.png + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -72,4 +78,7 @@ Global GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {979BF092-AFBC-4F19-B55F-32E73959BD1A} EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {F1A847C7-57BC-4DA9-8F83-CD060A7F5122} = {17FA6F12-8532-420C-9489-CB8FDE42137C} + EndGlobalSection EndGlobal diff --git a/README.MD b/README.MD index 5b4b4e3..cce6722 100644 --- a/README.MD +++ b/README.MD @@ -2,6 +2,10 @@ This is the server for the Gaseous system. All your games and metadata are stored within. +## Screenshots +![Library](./screenshots/Library.png) +![Game](./screenshots/Game.png) + ## Requirements * MySQL Server 8+ * Internet Game Database API Key. See: https://api-docs.igdb.com/#account-creation diff --git a/screenshots/Game.png b/screenshots/Game.png new file mode 100644 index 0000000..b80469d Binary files /dev/null and b/screenshots/Game.png differ diff --git a/screenshots/Library.png b/screenshots/Library.png new file mode 100644 index 0000000..78a4f35 Binary files /dev/null and b/screenshots/Library.png differ