JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Let drags go off the edge
[peach-cgt.git] / index.html
index 83e4324..0602c9f 100644 (file)
        <script src="/javascript/jquery-ui/ui/jquery.ui.mouse.js"></script>
        <script src="/javascript/jquery-ui/ui/jquery.ui.draggable.js"></script>
        <script src="common.js"></script>
+       <script src="cs_cards.js"></script>
        <script src="client.js"></script>
 </head>
 <body>
        <h1>Card Table</h1>
        <div id="table">
                <div id="your_side"></div>
-               <div id="loading-card" class="card">
+               <div id="loading_card" class="card">
                        <div class="pile_caption">Loading...</div>
                </div>
-               <div id="my_side">Cards in this green area (besides the piles on the right) always appear face-down to the other player.</div>
+               <div id="my_side">Cards in this green area (except the two piles on the right) always appear face-down to the other player.</div>
        </div>
+       <div id="deck_designer"><h1>Deck Designer</h1><p>Click each card you'd like in your deck (you'll get four of each) and then click "done" at the bottom.</p></div>
 </body>
 </html>