Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
ars17035 committed Mar 26, 2019
1 parent fde7f36 commit eb47a92
Show file tree
Hide file tree
Showing 48 changed files with 2,875 additions and 0 deletions.
41 changes: 41 additions & 0 deletions New Construct tutorial/appmanifest.json
@@ -0,0 +1,41 @@
{
"name": "Construct tutorial",
"short_name": "Construct tutorial",
"description": "",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "landscape",
"background_color": "#ffffff",
"icons": [
{
"src": "icons/icon-16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "icons/icon-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "icons/icon-64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "icons/icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
1 change: 1 addition & 0 deletions New Construct tutorial/data.json

Large diffs are not rendered by default.

Binary file added New Construct tutorial/icons/icon-128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/icons/icon-16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/icons/icon-256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/icons/icon-32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/icons/icon-512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/icons/icon-64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/icons/loading-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/images/player-sheet0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/images/player-sheet1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/images/player-sheet2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/images/player-sheet3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/images/player-sheet4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added New Construct tutorial/images/shared-0-sheet1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions New Construct tutorial/index.html
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Construct tutorial</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">

<link rel="manifest" href="appmanifest.json">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="128x128" href="icons/icon-128.png">
<link rel="apple-touch-icon" sizes="256x256" href="icons/icon-256.png">
<link rel="apple-touch-icon" sizes="512x512" href="icons/icon-512.png">
<link rel="icon" type="image/png" href="icons/icon-512.png">

<link rel="stylesheet" href="style.css">

</head>
<body>
<div id="fb-root"></div>

<noscript>
<div id="notSupportedWrap">
<h2 id="notSupportedTitle">This content requires JavaScript</h2>
<p id="notSupportedMessage">JavaScript appears to be disabled. Please enable it to view this content.</p>
</div>
</noscript>
<script src="scripts/supportCheck.js"></script>
<script src="scripts/offlineClient.js"></script>
<script src="scripts/main.js"></script>
<script src="scripts/register-sw.js"></script>
</body>
</html>
Binary file not shown.
Binary file added New Construct tutorial/media/05-starman.mp3
Binary file not shown.
Binary file added New Construct tutorial/media/smb_1-up.webm
Binary file not shown.
Binary file added New Construct tutorial/media/smb_bump.webm
Binary file not shown.
Binary file added New Construct tutorial/media/smb_coin.webm
Binary file not shown.
Binary file added New Construct tutorial/media/smb_fireball.webm
Binary file not shown.
Binary file added New Construct tutorial/media/smb_flagpole.webm
Binary file not shown.
Binary file added New Construct tutorial/media/smb_gameover.webm
Binary file not shown.
Binary file added New Construct tutorial/media/smb_jump-small.webm
Binary file not shown.
Binary file added New Construct tutorial/media/smb_kick.webm
Binary file not shown.
Binary file not shown.
Binary file added New Construct tutorial/media/smb_pipe.webm
Binary file not shown.
Binary file added New Construct tutorial/media/smb_powerup.webm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added New Construct tutorial/media/smb_stomp.webm
Binary file not shown.
1 change: 1 addition & 0 deletions New Construct tutorial/offline.json
@@ -0,0 +1 @@
{"version":1553641680228,"fileList":["scripts/c3runtime.js","data.json","style.css","scripts/offlineClient.js","images/shared-0-sheet0.png","images/shared-0-sheet1.png","images/shared-0-sheet2.png","images/player-sheet0.png","images/player-sheet1.png","images/player-sheet2.png","images/player-sheet3.png","images/player-sheet4.png","images/tiledbackground-sheet0.png","scripts/opus.wasm.js","scripts/opus.wasm.wasm","scripts/main.js","scripts/dispatchWorker.js","scripts/jobWorker.js","scripts/workerMain.js","scripts/supportCheck.js","media/smb_coin.webm","media/smb_fireball.webm","media/smb_flagpole.webm","media/smb_1-up.webm","media/smb_powerup.webm","media/smb_powerup_appears.webm","media/smb_pipe.webm","media/smb_bump.webm","media/smb_jump-small.webm","media/smb_mariodie (1).webm","media/smb_stomp.webm","media/smb_kick.webm","media/smb_gameover.webm","media/smb_stage_clear.webm","media/01-main-theme-overworld.mp3","media/05-starman.mp3","icons/icon-256.png","icons/icon-32.png","icons/loading-logo.png","icons/icon-128.png","icons/icon-16.png","icons/icon-64.png","icons/icon-512.png","scripts/register-sw.js"]}
798 changes: 798 additions & 0 deletions New Construct tutorial/scripts/c3runtime.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions New Construct tutorial/scripts/dispatchWorker.js

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

1 change: 1 addition & 0 deletions New Construct tutorial/scripts/jobWorker.js

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

11 changes: 11 additions & 0 deletions New Construct tutorial/scripts/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions New Construct tutorial/scripts/offlineClient.js

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

0 comments on commit eb47a92

Please sign in to comment.