Advertisement
vmars316

~paddle-index-WIP.html

Mar 13th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--  // programName: ~paddle-index-WIP.html    pastebin.com/sU2P6QjB -->
  3. <html>
  4.     <head>
  5.         <meta charset="utf-8" />
  6.         <link rel="shortcut icon" type="image/png" href="icon16.png" />
  7.         <script src="quick.js"></script>  
  8. <!--        <script src="quick-45k.js"></script>
  9. -->
  10.         <style>
  11.             #assets {
  12.                 height: 1px;
  13.                 overflow: hidden;
  14.                 visibility: hidden;
  15.                 width: 1px;
  16.             }
  17.  
  18.             body {
  19.                 background-color: Black;
  20.                 margin: 0;
  21.                 overflow: hidden;
  22.                 padding: 0;
  23.             }
  24.  
  25.             canvas {
  26.                 cursor: none;
  27.             }
  28.         </style>
  29.     </head>
  30.  
  31.     <body>
  32.         <div align="center">
  33.             <canvas id="canvas" width="800" height="600"></canvas>
  34.         </div>
  35.  
  36.         <div id="assets">
  37.             <img id="bgCompound" src="sprites/bgCompound.png" width="320" height="191" />
  38.             <img id="manufacturer" src="sprites/manufacturer.png" width="180" height="100" />
  39.             <img id="restartBtn" src="sprites/RestartButton.png" width="100" height="25" />
  40.             <img id="pauseBtn" src="sprites/PauseButton.png" width="100" height="25" />
  41.             <img id="playBtn" src="sprites/PlayButton.png" width="100" height="25" />
  42.             <img id="quitBtn" src="sprites/QuitButton.png" width="100" height="25" />
  43.             <img id="truth01Sprite" src="sprites/truth01.png" width="64" height="64" />
  44.             <img id="lies01Sprite" src="sprites/lies01.png" width="64" height="64" />
  45.             <img id="truth02Sprite" src="sprites/truth02.png" width="64" height="64" />
  46.             <img id="lies02Sprite" src="sprites/lies02.png" width="64" height="64" />
  47.             <img id="truth03Sprite" src="sprites/truth03.png" width="64" height="64" />
  48.             <img id="lies03Sprite" src="sprites/lies03.png" width="64" height="64" />
  49.             <img id="truth04Sprite" src="sprites/truth04.png" width="64" height="64" />
  50.             <img id="lies04Sprite" src="sprites/lies04.png" width="64" height="64" />
  51.             <img id="sparkSprite" src="sprites/spark.png" width="28" height="28" />
  52.             <img id="pointerSprite" src="sprites/handPointerT.png" width="31" height="36" />
  53.             <img id="throwerSprite" src="sprites/thrower.png" width="64" height="64" />
  54.             <img id="cowpieSprite" src="sprites/cowpie.png" width="32" height="32" />
  55.  
  56.             <audio id="pingSound" src="sounds/ping.ogg"></audio>
  57.             <audio id="pongSound" src="sounds/pong.ogg"></audio>
  58.         </div>
  59.         <script src="~paddle-main-WIP.js"></script>
  60.     </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement