Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: samples/pop_pop_win/web/index.html

Issue 242443008: samples/pop_pop_win: now based on StageXL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tiny nit Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/pop_pop_win/test/game_test.dart ('k') | samples/pop_pop_win/web/platform_web.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « samples/pop_pop_win/test/game_test.dart ('k') | samples/pop_pop_win/web/platform_web.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698