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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 library sprites;
2
3 import 'dart:sky';
4 import 'dart:math' as Math;
5 import 'package:vector_math/vector_math_64.dart';
6
7 part 'transform_node.dart';
8 part 'sprite_node.dart';
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698