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

Unified Diff: sky/examples/game/lib/sprites.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
Index: sky/examples/game/lib/sprites.dart
diff --git a/sky/examples/game/lib/sprites.dart b/sky/examples/game/lib/sprites.dart
new file mode 100644
index 0000000000000000000000000000000000000000..4395ad57a98eb272b124b97bb8a1c84eb49cc189
--- /dev/null
+++ b/sky/examples/game/lib/sprites.dart
@@ -0,0 +1,8 @@
+library sprites;
+
+import 'dart:sky';
+import 'dart:math' as Math;
+import 'package:vector_math/vector_math_64.dart';
+
+part 'transform_node.dart';
+part 'sprite_node.dart';

Powered by Google App Engine
This is Rietveld 408576698