| Index: samples/pop_pop_win/web/index.html
|
| diff --git a/samples/pop_pop_win/web/index.html b/samples/pop_pop_win/web/index.html
|
| index b0ffd2309b2bb7dd226a57ff229f03be8385356a..43e281ad7432d8689bddf8fa10816ee2cbe92d72 100644
|
| --- a/samples/pop_pop_win/web/index.html
|
| +++ b/samples/pop_pop_win/web/index.html
|
| @@ -16,17 +16,13 @@
|
| <script src="packages/browser/dart.js"></script>
|
| </head>
|
| <body>
|
| - <canvas id='gameCanvas' width='1024' height='768'></canvas>
|
| - <div id='loading'>
|
| - <div class='sprite loading_background'> </div>
|
| - <div class='sprite loading_bar'> </div>
|
| - <div class='sprite loading_text'> </div>
|
| - </div>
|
| + <canvas id='gameCanvas' width='2048' height='1536' style="width:100%; height:100%; top:0; left:0;"></canvas>
|
| <div id='popup'>
|
| <div id='about'>
|
| - <h1>About</h1>
|
| - <p>Developed in <a href="http://www.dartlang.org/" target="_blank">Dart</a></p>
|
| - <p><a href="https://github.com/dart-lang/pop-pop-win" target="_blank">Source Code</a> is on GitHub</p>
|
| + <h1>About</h1>
|
| + <p class="difficulty">Set Difficulty: <a href="#7">Easy</a> | <a href="#11">Medium</a> | <a href="#16">Hard</a> | <a href="#24">Extreme</a></p>
|
| + <p>Developed with <a href="http://www.dartlang.org/" target="_blank">Dart</a> and <a href="http://www.stagexl.org/" target="_blank">StageXL</a></p>
|
| + <p><a href="https://github.com/dart-lang/pop-pop-win" target="_blank">Source Code</a> is on GitHub</p>
|
| <p><a href="https://github.com/dart-lang/pop-pop-win#license" target="_blank">License</a></p>
|
| </div>
|
| <div id='help'>
|
| @@ -38,9 +34,9 @@
|
| <p><em>One of these balloons is a bomb. Can you guess which one?</em></p>
|
| <img src='resources/images/help-freeze.jpg'>
|
| <p>If you're certain a balloon is hiding a bomb, freeze it.</p>
|
| - <p>Freeze a balloon by holding down the shift key and clicking.</p>
|
| + <p>Freeze a balloon by shift- or right-clicking.</p>
|
| <p>Every time you freeze a balloon, the bomb count goes down.</p>
|
| - <p>Unfreeze a balloon the same way: shift-click.</p>
|
| + <p>Unfreeze a balloon the same way: shift- or right-click.</p>
|
| </div>
|
| </div>
|
| </body>
|
|
|