| Index: samples/pop_pop_win/example/index.html
|
| diff --git a/samples/third_party/pop-pop-win/app_package/index.html b/samples/pop_pop_win/example/index.html
|
| similarity index 89%
|
| rename from samples/third_party/pop-pop-win/app_package/index.html
|
| rename to samples/pop_pop_win/example/index.html
|
| index e079a8653d8e2b0b8fa478f4dc1deaac706a2d72..7417e286cb2b825704b574e99e6aabb16a120c6f 100644
|
| --- a/samples/third_party/pop-pop-win/app_package/index.html
|
| +++ b/samples/pop_pop_win/example/index.html
|
| @@ -3,7 +3,7 @@
|
| <head>
|
| <title>Pop, Pop, Win!</title>
|
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
| - <link rel='stylesheet' type='text/css' href='style.css' />
|
| + <link rel='stylesheet' type='text/css' href='assets/poppopwin/style.css' />
|
| <link href='fonts/fonts.css' rel='stylesheet' type='text/css'>
|
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
| </head>
|
| @@ -23,19 +23,18 @@
|
| </div>
|
| <div id='help'>
|
| <h1>Help</h1>
|
| - <img src='images/help-surround.jpg'>
|
| + <img src='assets/poppopwin/images/help-surround.jpg'>
|
| <p>Click on balloons to pop them.</p>
|
| <p>A revealed number tells you how many bombs are next to that square.</p>
|
| <p>The count includes squares above, below, left, right and diagonal.</p>
|
| <p><em>One of these balloons is a bomb. Can you guess which one?</em></p>
|
| - <img src='images/help-freeze.jpg'>
|
| + <img src='assets/poppopwin/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>Every time you freeze a balloon, the bomb count goes down.</p>
|
| <p>Unfreeze a balloon the same way: shift-click.</p>
|
| </div>
|
| </div>
|
| - <script src="interop.js"></script>
|
| <script src="game_app.dart.precompiled.js"></script>
|
| </body>
|
| </html>
|
|
|