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

Side by Side Diff: examples/games/scummvm/packaged_app/index.html

Issue 37213005: Update scummvm to 1.6.0, also make it a packaged app. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: . Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Copyright 2011 The Native Client Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head>
9 <title>ScummVM NaCl Demo</title>
10 </head>
11 <h1>ScummVM Native Client Demo</h1>
12 <p>This is a Native Client port of ScummVM.</p>
13 <p style="margin-bottom: 0;">Notes:</p>
14 <ul style="margin-top: 0;">
15 <li>F5 to save/restore games in BASS</li>
16 <li>F5 to save games in Lure, F7 to restore games in Lure</li>
17 </ul>
18 <center>
19 <embed width=640 height=400
20 src="scummvm.nmf"
21 type="application/x-nacl" />
22 </center>
23 </body>
24
25 </html>
OLDNEW
« no previous file with comments | « examples/games/scummvm/packaged_app/background.js ('k') | examples/games/scummvm/packaged_app/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698