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

Side by Side Diff: sky/examples/game/lib/game.dart

Issue 1177383006: Rename all the things (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix imports 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
« no previous file with comments | « no previous file | sky/examples/game/lib/sprites.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library game; 1 library game;
2 2
3 import 'dart:sky'; 3 import 'dart:sky';
4 import 'dart:math' as Math; 4 import 'dart:math' as Math;
5 import 'package:vector_math/vector_math_64.dart'; 5 import 'package:vector_math/vector_math_64.dart';
6 import 'sprites.dart'; 6 import 'sprites.dart';
7 import 'package:box2d/box2d.dart'; 7 import 'package:box2d/box2d.dart';
8 import 'package:sky/framework/rendering/box.dart'; 8 import 'package:sky/rendering/box.dart';
9 9
10 part 'game_world.dart'; 10 part 'game_world.dart';
11 part 'game_box.dart'; 11 part 'game_box.dart';
12 part 'game_tests.dart'; 12 part 'game_tests.dart';
OLDNEW
« no previous file with comments | « no previous file | sky/examples/game/lib/sprites.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698