Skip to content

Commit

Permalink
deploy: da28f69
Browse files Browse the repository at this point in the history
  • Loading branch information
CarvinCake committed Dec 28, 2023
0 parents commit 7197e2e
Show file tree
Hide file tree
Showing 8 changed files with 1,194 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions assets/index-ADk4358e.css

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

1,159 changes: 1,159 additions & 0 deletions assets/index-aYMNT7G2.js

Large diffs are not rendered by default.

Binary file added bamboo.png
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 bamboo_obstacle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./red-panda.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Red Pand Redemption</title>
<script type="module" crossorigin src="./assets/index-aYMNT7G2.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-ADk4358e.css">
</head>
<body>
</body>
</html>
21 changes: 21 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"bundles": [
{
"name": "game-screen",
"assets": [
{
"name": "redpanda",
"srcs": "red-panda.png"
},
{
"name": "bamboo",
"srcs": "bamboo.png"
},
{
"name": "bambooObstacle",
"srcs": "bamboo_obstacle.png"
}
]
}
]
}
Binary file added red-panda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7197e2e

Please sign in to comment.