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

Unified Diff: sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java

Issue 1227373004: Make Sky example game run offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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: sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java
diff --git a/sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java b/sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java
index 596e6731793ed03178365dbb649d60eb362477ad..381b343cdaf0ba73aab8ecce08a0f32fb90b8935 100644
--- a/sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java
+++ b/sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java
@@ -26,6 +26,7 @@ import org.domokit.sky.shell.SkyApplication;
*/
public class SkyDemoApplication extends SkyApplication {
private static final String[] DEMO_RESOURCES = {
+ "game.skyx",
"interactive_flex.skyx",
"mine_digger.skyx",
"sector.skyx",

Powered by Google App Engine
This is Rietveld 408576698