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

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

Issue 1215413002: First pass on action animations for 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/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 96e25ebd9c977de112631f1a5607d65ab27135fb..f926906282eae524b96ab2ff70f203a7ac468428 100644
--- a/sky/sdk/example/game/lib/sprites.dart
+++ b/sky/sdk/example/game/lib/sprites.dart
@@ -21,3 +21,5 @@ part 'texture.dart';
part 'spritesheet.dart';
part 'particle_system.dart';
part 'color_secuence.dart';
+part 'action.dart';
+part 'util.dart';

Powered by Google App Engine
This is Rietveld 408576698