Skip to content

Commit

Permalink
canyon
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaq committed Feb 3, 2023
0 parents commit e82b2f7
Show file tree
Hide file tree
Showing 10 changed files with 771 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added Mario Death - Sound Effect.mp3
Binary file not shown.
Binary file added Stage Win Super Mario - Sound Effect.mp3
Binary file not shown.
Binary file added Super Mario Coin Sound Effect.mp3
Binary file not shown.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<script src="p5.min.js"></script>
<script src="p5.sound.min.js"></script>
<script src="sketch.js"></script>
<style> body {padding: 0; margin: 0;} </style>

</head>
<body>
</body>
</html>
Binary file added jump.wav
Binary file not shown.
Binary file added oblivion.mp3
Binary file not shown.
3 changes: 3 additions & 0 deletions p5.min.js

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions p5.sound.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e82b2f7

Please sign in to comment.