Skip to content

Commit

Permalink
Final / Including Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ihickmanF22 committed Dec 13, 2022
1 parent 814597e commit cd8e890
Show file tree
Hide file tree
Showing 25 changed files with 741 additions and 129 deletions.
16 changes: 12 additions & 4 deletions DT.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,31 @@
</style>
<body>
<h1>‎ ‎ � Dev Tools �</h1>
<br>
<li>
<button name="btnX" id="btnX">Test OBJ</button>
</li>
<br>
<li>
<a href="index.html">appLvl1.js</a>
<a href="index.html">index.html</a>
</li>
<br>
<li>
<a href="scrap.html">WIP / Scrapped Code</a>
</li>
<h2>‎ ‎ View Code</h2>
<br>
<h2>‎ ‎ View Code</h2>
<li>
<a href="appLvl1.js">Level 1</a>
</li>
<li>
<a href="appLvl2.js">Level 2</a>
</li>
<li>
<a href="appLvl3.js">Level 3</a>
</li>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.15.1/dist/phaser-arcade-physics.min.js"></script>
<script src="app.js"></script>
</body>
</html>
</html>

<!-- Path: varied -->
44 changes: 44 additions & 0 deletions DT2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="DTstyle.css">
<title>Dev Tools</title>
</head>
<style>
body {
background-image: url('assets/images/405.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<body>
<h1>‎ ‎ � Dev Tools �</h1>
<li>
<button name="btnX" id="btnX">Test OBJ</button>
</li>
<br>
<li>
<a href="index2.html">index2.html</a>
</li>
<br>
<li>
<a href="scrap2.html">WIP / Scrapped Code</a>
</li>
<br>
<h2>‎ ‎ View Code</h2>
<li>
<a href="appLvl1.js">Level 1</a>
</li>
<li>
<a href="appLvl2.js">Level 2</a>
</li>
<li>
<a href="appLvl3.js">Level 3</a>
</li>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.15.1/dist/phaser-arcade-physics.min.js"></script>
<script src="app.js"></script>
</body>
</html>

<!-- Path: varied -->
44 changes: 44 additions & 0 deletions DT3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="DTstyle.css">
<title>Dev Tools</title>
</head>
<style>
body {
background-image: url('assets/images/405.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<body>
<h1>‎ ‎ � Dev Tools �</h1>
<li>
<button name="btnX" id="btnX">Test OBJ</button>
</li>
<br>
<li>
<a href="index3.html">index3.html</a>
</li>
<br>
<li>
<a href="scrap3.html">WIP / Scrapped Code</a>
</li>
<br>
<h2>‎ ‎ View Code</h2>
<li>
<a href="appLvl1.js">Level 1</a>
</li>
<li>
<a href="appLvl2.js">Level 2</a>
</li>
<li>
<a href="appLvl3.js">Level 3</a>
</li>
<script src="https://cdn.jsdelivr.net/npm/phaser@3.15.1/dist/phaser-arcade-physics.min.js"></script>
<script src="app.js"></script>
</body>
</html>

<!-- Path: varied -->
1 change: 1 addition & 0 deletions additional/gistfile1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello World
15 changes: 15 additions & 0 deletions additional/vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit cd8e890

Please sign in to comment.