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

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

Issue 1235653004: Improved action animations in sprites (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/sprite_box.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/game/lib/sprites.dart
diff --git a/sky/sdk/example/game/lib/sprites.dart b/sky/sdk/example/game/lib/sprites.dart
index 1cd9f905c40e498fefd435cdb6b8799b3513acf8..ca3251526a9c2b0967b3bac4e7a058389e6005ac 100644
--- a/sky/sdk/example/game/lib/sprites.dart
+++ b/sky/sdk/example/game/lib/sprites.dart
@@ -8,6 +8,7 @@ import 'dart:async';
import 'dart:math' as Math;
abarth-chromium 2015/07/10 19:13:51 nit: We've been using the local name |math| rather
import 'dart:sky';
import 'dart:convert';
+import 'package:sky/animation/curves.dart';
abarth-chromium 2015/07/10 19:13:51 This should probably go below with the other packa
import 'package:sky/base/scheduler.dart' as scheduler;
import 'package:sky/mojo/asset_bundle.dart';
« no previous file with comments | « sky/sdk/example/game/lib/sprite_box.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698