Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <rml>
- <head>
- <link type="text/template" href="templates/screen.rml"/>
- <style>
- img {
- display: block;
- position: fixed;
- padding: 0;
- margin: 0;
- }
- img#panel {
- left: 0;
- bottom: 0;
- width: 100%;
- }
- img#f1 {
- left: 0.25%;
- top: 70%;
- width: 3.75%;
- height: 27.5%;
- }
- </style>
- </head>
- <body template="screen">
- <h1>Pioneer</h1>
- <h4 id="engine.version"/>
- <p>
- <button class="point" onclick="newgame-earth" shortcut="1"/>New game starting on Earth<br/>
- <button class="point" onclick="newgame-eridani" shortcut="2"/>New game starting on Epsilon Eridani<br/>
- <button class="point" onclick="newgame-debug" shortcut="3"/>New game starting on debug point<br/>
- <button class="point" onclick="loadgame" shortcut="4"/>Load a saved game<br/>
- <button class="point" onclick="quit" shortcut="5"/>Quit
- </p>
- <img id='panel' src='../icons/cpanel.png'>
- <img id='f1' src='../icons/cam_front_on.png'/>
- </img>
- </body>
- </rml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement