Advertisement
robn

Untitled

Oct 12th, 2011
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.13 KB | None | 0 0
  1. <rml>
  2.     <head>
  3.         <link type="text/template" href="templates/screen.rml"/>
  4.         <style>
  5.         img {
  6.             display: block;
  7.             position: fixed;
  8.             padding: 0;
  9.             margin: 0;
  10.         }
  11.         img#panel {
  12.             left: 0;
  13.             bottom: 0;
  14.             width: 100%;
  15.         }
  16.         img#f1 {
  17.             left: 0.25%;
  18.             top: 70%;
  19.             width: 3.75%;
  20.             height: 27.5%;
  21.         }
  22.         </style>
  23.     </head>
  24.     <body template="screen">
  25.         <h1>Pioneer</h1>
  26.         <h4 id="engine.version"/>
  27.         <p>
  28.             <button class="point" onclick="newgame-earth" shortcut="1"/>New game starting on Earth<br/>
  29.             <button class="point" onclick="newgame-eridani" shortcut="2"/>New game starting on Epsilon Eridani<br/>
  30.             <button class="point" onclick="newgame-debug" shortcut="3"/>New game starting on debug point<br/>
  31.             <button class="point" onclick="loadgame" shortcut="4"/>Load a saved game<br/>
  32.             <button class="point" onclick="quit" shortcut="5"/>Quit
  33.         </p>
  34.         <img id='panel' src='../icons/cpanel.png'>
  35.             <img id='f1' src='../icons/cam_front_on.png'/>
  36.         </img>
  37.     </body>
  38. </rml>
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement