Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from khaybarkhaybaryayahud/main
Browse files Browse the repository at this point in the history
added a nice quote with a few games
  • Loading branch information
skysthelimitt authored Jan 20, 2024
2 parents aeb1058 + aea7ee5 commit 8915c1b
Show file tree
Hide file tree
Showing 13 changed files with 4,973 additions and 2 deletions.
8 changes: 7 additions & 1 deletion games.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
[
{
"name": "Tube Jumpers",
"image": "cover.svg",
"directory": "tube-jumpers",
"recommended": "1"
},
{
"name": "Hill Climb Racing 2",
"image": "cover.svg",
Expand Down
3 changes: 2 additions & 1 deletion quotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"penguinify",
"a456ph",
"selenite",
"yocorvettekid loves gay men",
"3kh0",
"bigfoot games shack",
"selenite is the best",
Expand All @@ -71,4 +72,4 @@
"ai is gonna take over the world",
"serap",
"slenetine"
]
]
3 changes: 3 additions & 0 deletions tube-jumpers/cover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tube-jumpers/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added tube-jumpers/img/icon.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 tube-jumpers/img/shark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions tube-jumpers/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Tube Jumpers</title>
<link rel="icon" type="image/x-icon" href="img/icon.jpg" />
<link rel="shortcut icon" type="image/x-icon" href="img/icon.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<script src="https://ven0myt.github.io/js/main.js"></script>
<script src="js/UnityLoader.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "tube-jumpers.json");
</script>
</head>
<body style="margin: 0; overflow: hidden;">
<div class="webgl-content">
<div id="gameContainer" style="width: 100%; height: 100%; margin: 0;"></div>
</div>
</body>
</html>
Loading

0 comments on commit 8915c1b

Please sign in to comment.