Skip to content

Commit

Permalink
Merge pull request #230 from airtag8892/main
Browse files Browse the repository at this point in the history
im actually such an idiot omg
  • Loading branch information
juniorbutyeah authored Sep 24, 2023
2 parents 9a658de + e60738a commit 1cb795d
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 1 deletion.
Binary file added static/images/icons/happywheels.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/icons/papasburgeria.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/icons/papascheeseria.webp
Binary file not shown.
Binary file added static/images/icons/papaspancakeria.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/icons/papaswingeria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 36 additions & 1 deletion static/scripts/calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,47 @@ document.addEventListener('DOMContentLoaded', () => {
error: false
},
{
name: "Rocket Bot Royale 2",
name: "Rocket Bot Royale",
link: "https://rocketbotroyale2.winterpixel.io/",
image: "/images/icons/rocketbotroyale.jpg",
categories: ['all'],
error: false
},
{
name: "Happy Wheels",
link: "https://files.crazygames.com/ruffle/happywheels.html",
image: "/images/icons/happywheels.jpg",
categories: ['all'],
error: false
},
{
name: "Papa's Burgeria",
link: "https://www.coolmathgames.com/0-papas-burgeria/play",
image: "/images/icons/papasburgeria.jpg",
categories: ['all'],
error: false
},
{
name: "Papa's Cheeseria",
link: "https://www.coolmathgames.com/0-papas-cheeseria/play",
image: "/images/icons/papascheeseria.webp",
categories: ['all'],
error: false
},
{
name: "Papa's Pancakeria",
link: "https://www.coolmathgames.com/0-papas-pancakeria/play",
image: "/images/icons/papaspancakeria.jpg",
categories: ['all'],
error: false
},
{
name: "Papa's Wingeria",
link: "https://www.coolmathgames.com/0-papas-wingeria/play",
image: "/images/icons/papaswingeria.png",
categories: ['all'],
error: false
},
{
name: "Riddle School 1",
link: "https://uploads.ungrounded.net/ruffle_wrapper/ruffleembed.html?v=1.0.67&browsermode=default&props=%7B%22ruffle%22%3A%22%2Fruffle_wrapper%2Flib%2Fruffle.js%3F1695474658%22%2C%22public_path%22%3A%22%2Fruffle_wrapper%2Flib%2F%22%2C%22swf%22%3A%22https%3A%2F%2Fuploads.ungrounded.net%2F314000%2F314680_Riddle_School.swf%3F1148577264%22%2C%22vars%22%3A%7B%22NewgroundsAPI_PublisherID%22%3A1%2C%22NewgroundsAPI_SandboxID%22%3A%2265103f0745c96%22%2C%22NewgroundsAPI_SessionID%22%3A%22%22%2C%22NewgroundsAPI_UserName%22%3A%22%26lt%3Bdeleted%26gt%3B%22%2C%22NewgroundsAPI_UserID%22%3A0%2C%22ng_username%22%3A%22%26lt%3Bdeleted%26gt%3B%22%7D%2C%22width%22%3A550%2C%22height%22%3A400%2C%22icon%22%3A%22https%3A%2F%2Fpicon.ngfiles.com%2F314000%2Fflash_314680_card.png%3Ff1607914286%22%2C%22warnOnUnsupportedContent%22%3Afalse%7D",
Expand Down

0 comments on commit 1cb795d

Please sign in to comment.