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

Unified 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: use default .scummvmrc to have games automatically "loaded" Created 7 years, 2 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
Index: examples/games/scummvm/packaged_app/index.html
diff --git a/examples/games/scummvm/packaged_app/index.html b/examples/games/scummvm/packaged_app/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..85d9dcf71d7f5913ce9a0045836f92df9d6f3a27
--- /dev/null
+++ b/examples/games/scummvm/packaged_app/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+ <!--
+ Copyright 2011 The Native Client Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file.
+ -->
+ <head>
+ <title>ScummVM NaCl Demo</title>
+ </head>
+ <h1>ScummVM Native Client Demo</h1>
+ <p>This is a Native Client port of ScummVM.</p>
+ <p style="margin-bottom: 0;">Notes:</p>
+ <ul style="margin-top: 0;">
+ <li>F5 to save/restore games in BASS</li>
+ <li>F5 to save games in Lure, F7 to restore games in Lure</li>
+ </ul>
+ <center>
+ <embed width=640 height=400
+ src="scummvm.nmf"
+ type="application/x-nacl" />
+ </center>
+ </body>
+
+</html>

Powered by Google App Engine
This is Rietveld 408576698