From d8fb3f8e3cbc312490ce68d24fa34cbfe2b3d0b9 Mon Sep 17 00:00:00 2001 From: Sky Date: Mon, 22 May 2023 19:34:52 -0400 Subject: [PATCH] changelog update i think?? idk at this point i forget what i did --- changelog.html | 2 +- git.sh | 7 +++++ index.html | 2 +- osu/.gitignore | 82 -------------------------------------------------- osu/.version | 1 - 5 files changed, 9 insertions(+), 85 deletions(-) create mode 100644 git.sh delete mode 100644 osu/.gitignore delete mode 100644 osu/.version diff --git a/changelog.html b/changelog.html index e4116c09..e3ac89ef 100644 --- a/changelog.html +++ b/changelog.html @@ -20,7 +20,7 @@

e-gamepass

v. 2023.05.22

-

Major update?!
Added saves
Complete backend remake

+

Major update?!
Added saves
Complete backend remake
Fixed flash pages to make them full screen automatically
Added 2 games (game1 and game2)

diff --git a/git.sh b/git.sh new file mode 100644 index 00000000..5f472e72 --- /dev/null +++ b/git.sh @@ -0,0 +1,7 @@ +read -p "Make sure everything is saved - click enter to continue" +read -p 'Commit Message: ' commitmsg +echo "git add ." +git add . +echo "commit and push" +git commit -m "$commitmsg" +git push -u origin main \ No newline at end of file diff --git a/index.html b/index.html index 3781218c..c2f2e480 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,7 @@
Gun Mayhem Logo

Gun Mayhem

Duck Life 4 Logo

Duck Life 4

achieveunlocked Logo

Achievement Unlocked

-

v. 2023.05.22

+

v. 2023.05.22

diff --git a/osu/.gitignore b/osu/.gitignore deleted file mode 100644 index 1734b873..00000000 --- a/osu/.gitignore +++ /dev/null @@ -1,82 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -firebase-debug.log* -firebase-debug.*.log* - -# Firebase cache -.firebase/ -functions/ - -# Firebase stuff -.firebaserc -firebase.json -.firebase - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules -package-lock.json -yarn.lock - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - -# Google -robots.txt -sitemap.xml - -# In development -custom -newapi - -# Supabase -**/supabase/.branches -**/supabase/.temp -**/supabase/.env - -.vercel \ No newline at end of file diff --git a/osu/.version b/osu/.version deleted file mode 100644 index 92f76b42..00000000 --- a/osu/.version +++ /dev/null @@ -1 +0,0 @@ -v1.4.3