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

Unified Diff: sky/examples/game/main.dart

Issue 1178293004: Port sky_home to the new SkyView world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java ('k') | sky/examples/rendering/borders.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/game/main.dart
diff --git a/sky/examples/game/main.dart b/sky/examples/game/main.dart
index 273204c3f4f5ac513df30faee5d683a75eb555dd..ebbe0d2547e348d95755d6cf03073766d8fb0e76 100644
--- a/sky/examples/game/main.dart
+++ b/sky/examples/game/main.dart
@@ -19,5 +19,5 @@ void allLoaded(ImageMap loader) {
// Create a new app with the sprite box that contains our game world
//app = new AppView(new GameBox(new GameWorld(loader)));
//print("hello");
- app = new AppView((new GameTestsBox(new GameTests(loader), SpriteBoxTransformMode.nativePoints)));
+ app = new AppView(root: (new GameTestsBox(new GameTests(loader), SpriteBoxTransformMode.nativePoints)));
}
« no previous file with comments | « sky/apk/demo/org/domokit/sky/demo/SkyDemoActivity.java ('k') | sky/examples/rendering/borders.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698