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

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

Issue 1177563004: Adds support for zOrder and references to parent nodes in sprites (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 | « no previous file | sky/examples/game/lib/game_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/game/lib/game.dart
diff --git a/sky/examples/game/lib/game.dart b/sky/examples/game/lib/game.dart
index dbd3f8ed592c352b0aad3aba5aa09a14e349aab9..8e0aa036f9345663b26d21b7c188cc98d590916d 100644
--- a/sky/examples/game/lib/game.dart
+++ b/sky/examples/game/lib/game.dart
@@ -7,4 +7,5 @@ import 'sprites.dart';
import 'package:box2d/box2d.dart';
part 'game_world.dart';
-part 'game_box.dart';
+part 'game_box.dart';
+part 'game_tests.dart';
« no previous file with comments | « no previous file | sky/examples/game/lib/game_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698