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

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

Issue 1161023006: Adds basic support for images in game example (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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_world.dart » ('j') | sky/examples/game/lib/sprite_node.dart » ('J')
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
new file mode 100644
index 0000000000000000000000000000000000000000..2c617399b07015191fef5f94601180365dd9402f
--- /dev/null
+++ b/sky/examples/game/lib/game.dart
@@ -0,0 +1,9 @@
+library game;
+
+import 'dart:sky';
+import 'dart:math' as Math;
+import 'package:vector_math/vector_math_64.dart';
+import 'sprites.dart';
+import 'package:box2d/box2d.dart';
+
+part 'game_world.dart';
« no previous file with comments | « no previous file | sky/examples/game/lib/game_world.dart » ('j') | sky/examples/game/lib/sprite_node.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698