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

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

Issue 1179333002: Playable demo game and bug fixes 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
Index: sky/examples/game/lib/game_demo.dart
diff --git a/sky/examples/game/lib/game_demo.dart b/sky/examples/game/lib/game_demo.dart
new file mode 100644
index 0000000000000000000000000000000000000000..046ab6b30cd8e976abbe3da79b8f86569e26c040
--- /dev/null
+++ b/sky/examples/game/lib/game_demo.dart
@@ -0,0 +1,10 @@
+library game;
+
+import 'dart:sky';
+import 'dart:math' as Math;
+import 'package:vector_math/vector_math.dart';
+import 'sprites.dart';
+import 'package:sky/framework/rendering/box.dart';
+
+part 'game_demo_world.dart';
+part 'game_demo_box.dart';

Powered by Google App Engine
This is Rietveld 408576698