Skip to content

Commit

Permalink
Update games submodule, adds slope plus and a better version of regul…
Browse files Browse the repository at this point in the history
…ar slope.
  • Loading branch information
wearrrrr committed Oct 2, 2024
1 parent 4b6614f commit 0ad5812
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/games
Submodule games updated 38 files
+4 −0 slope-plus/Build/UnityLoader.js
+ slope-plus/Build/WEB1.1.2.data.unityweb
+15 −0 slope-plus/Build/WEB1.1.2.json
+ slope-plus/Build/WEB1.1.2.wasm.code.unityweb
+ slope-plus/Build/WEB1.1.2.wasm.framework.unityweb
+24 −0 slope-plus/TemplateData/UnityProgress.js
+ slope-plus/TemplateData/favicon.ico
+ slope-plus/TemplateData/progressEmpty.Dark.png
+ slope-plus/TemplateData/progressFull.Dark.png
+ slope-plus/TemplateData/progressLogo.Dark.png
+98 −0 slope-plus/TemplateData/style.css
+29 −0 slope-plus/index.html
+ slope-plus/logo.png
+0 −5,027 slope/Build/UnityLoader.js
+ slope/Build/slope_27Sept.data.unityweb
+0 −15 slope/Build/slope_27Sept.json
+ slope/Build/slope_27Sept.wasm.code.unityweb
+ slope/Build/slope_27Sept.wasm.framework.unityweb
+ slope/TemplateData/y8-logo.png
+0 −126 slope/TemplateData56/UnityProgress.js
+ slope/TemplateData56/gears.gif
+0 −1 slope/TemplateData56/style.css
+4 −0 slope/UnityLoader.js
+24 −0 slope/UnityProgress.js
+65 −77 slope/index.html
+0 −1 slope/shared/gamebreak/gamebreak.js
+0 −89 slope/shared/lib.js
+0 −1 slope/shared/style.css
+15 −0 slope/slope_new.json
+ slope/slope_newdata.unityweb
+ slope/slope_newwasmcode.unityweb
+ slope/slope_newwasmframework.unityweb
+ slope/style/favicon.ico
+ slope/style/fullscreen.png
+ slope/style/progressEmpty.Dark.png
+ slope/style/progressFull.Dark.png
+ slope/style/progressLogo.Dark.png
+25 −0 slope/style/style.css
6 changes: 6 additions & 0 deletions src/json/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,12 @@
"image": "/games/slope/logo.png",
"slug": "slope"
},
"slope-plus": {
"name": "Slope Plus",
"description": "Slope Plus is a fast-paced endless runner game where you control a ball rolling down a slope. Avoid obstacles and try to achieve the highest score possible! Slope Plus is a fan remake of Slope with the attempt to fix as many bugs as possible.",
"image": "/games/slope-plus/logo.png",
"slug": "slope-plus"
},
"sm64": {
"name": "Super Mario 64",
"description": "Super Mario 64 is a 3D platformer game that revolutionized the genre. Join Mario as he explores Princess Peach's castle and collects Power Stars to save her from Bowser.",
Expand Down

0 comments on commit 0ad5812

Please sign in to comment.