|
|
@@ -3,9 +3,9 @@ |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
|
|
|
<meta name="keywords" content="DnD, dangeon and dragons, roleplay, dice, roller, 3D, RPG, wargame"/> |
|
|
|
<meta name="keywords" content="roleplay, dice, roller, 3D, RPG, Universalis"/> |
|
|
|
<meta name="description" content="Online 3D dice roller"/> |
|
|
|
<title>teal 3d dice roller</title> |
|
|
|
<title>3D Die Roller</title> |
|
|
|
|
|
|
|
<style type="text/css">@import "../main.css";</style> |
|
|
|
<style type="text/css">@import "dice.css";</style> |
|
|
@@ -14,10 +14,7 @@ |
|
|
|
|
|
|
|
<body class="svg" style="margin: 0"> |
|
|
|
<div class="control_panel"> |
|
|
|
<h6><img src="../favicon.ico" style="vertical-align: middle"></img> <a href="..">teal</a> dice</h6> |
|
|
|
<p id="loading_text">Loading libraries, please wait a bit...</p> |
|
|
|
<p id="info_text"><a href="http://www.teall.info/2014/01/online-3d-dice-roller.html">More info and help</a></p> |
|
|
|
<p id="info_text"><a href="/mdice">Multiplayer version</a></p> |
|
|
|
<p id="loading_text">Loading...</p> |
|
|
|
</div> |
|
|
|
<div id="info_div" style="display: none"> |
|
|
|
<div class="center_field"> |
|
|
@@ -25,19 +22,19 @@ |
|
|
|
</div> |
|
|
|
<div class="center_field"> |
|
|
|
<div class="bottom_field"> |
|
|
|
<span id="labelhelp">click to continue or tap and drag again</span> |
|
|
|
<span id="labelhelp">Click to continue or tap and drag again</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="selector_div" style="display: none"> |
|
|
|
<div class="center_field"> |
|
|
|
<div id="sethelp"> |
|
|
|
choose your dice set by clicking the dices or by direct input of notation,<br/> |
|
|
|
tap and drag on free space of screen or hit throw button to roll |
|
|
|
Click on the dice to add dice of the given color.<br/> |
|
|
|
Tap and drag on free space of screen or hit throw button to roll. |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="center_field"> |
|
|
|
<input type="text" id="set" value="4d6"></input><br/> |
|
|
|
<input type="text" id="set" value=""></input><br/> |
|
|
|
<button id="clear">clear</button> |
|
|
|
<button style="margin-left: 0.6em" id="throw">throw</button> |
|
|
|
</div> |
|
|
|