changelog update i think?? idk at this point i forget what i did

This commit is contained in:
Sky 2023-05-22 19:34:52 -04:00
parent e3e7d85fc3
commit d8fb3f8e3c
5 changed files with 9 additions and 85 deletions

View File

@ -20,7 +20,7 @@
<div class="title"><img src="favicon.png" style="width:4%;"><h2 style="font-size:50px">e-gamepass</h2></div>
<h2>v. 2023.05.22</h2>
<p>Major update?!<br>Added saves<br>Complete backend remake</p>
<p>Major update?!<br>Added saves<br>Complete backend remake<br>Fixed flash pages to make them full screen automatically<br>Added 2 games (game1 and game2)</p>
</div>
</body>
</html>

7
git.sh Normal file
View File

@ -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

View File

@ -96,7 +96,7 @@
<a href="gunmayhem/index.html"><div class="game"><img src="gunmayhem/icon.png" alt="Gun Mayhem Logo"><h1>Gun Mayhem</h1></div></a>
<a href="ducklife4/index.html"><div class="game"><img src="ducklife4/icon.png" alt="Duck Life 4 Logo"><h1>Duck Life 4</h1></div></a>
<a href="achieveunlocked/index.html"><div class="game"><img src="achieveunlocked/icon.png" alt="achieveunlocked Logo"><h1>Achievement Unlocked</h1></div></a>
<p>v. 2023.05.22</p>
<p><a href="changelog.html">v. 2023.05.22</a></p>
</div>
</body>
</html>

82
osu/.gitignore vendored
View File

@ -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

View File

@ -1 +0,0 @@
v1.4.3