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

Unified Diff: sky/sdk/example/game/lib/game_demo.dart

Issue 1223543004: Adds better explosions, shield, and game over (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: git cl web Created 5 years, 5 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/sdk/example/game/lib/action.dart ('k') | sky/sdk/example/game/lib/game_demo_world.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/game/lib/game_demo.dart
diff --git a/sky/sdk/example/game/lib/game_demo.dart b/sky/sdk/example/game/lib/game_demo.dart
index 840e6d59b0f214fdaf367c805f95e4776805105d..6ca7d3364ec1be750d4257b313ea78eb9513fa1a 100644
--- a/sky/sdk/example/game/lib/game_demo.dart
+++ b/sky/sdk/example/game/lib/game_demo.dart
@@ -3,6 +3,7 @@ library game;
import 'dart:sky';
import 'dart:math' as Math;
import 'package:vector_math/vector_math_64.dart';
+import 'package:sky/widgets/widget.dart';
import 'sprites.dart';
import 'package:sky/rendering/object.dart';
« no previous file with comments | « sky/sdk/example/game/lib/action.dart ('k') | sky/sdk/example/game/lib/game_demo_world.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698