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

Unified Diff: sky/examples/game/lib/game_demo.dart

Issue 1218593002: Move sky/examples to sky/sdk/lib/example, and code changes to support that change. Fixes T277. (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/examples/game/lib/game_demo.dart
diff --git a/sky/examples/game/lib/game_demo.dart b/sky/examples/game/lib/game_demo.dart
deleted file mode 100644
index 59ada17e1e21eb8268f2b8dabfe2a1d02ed8b141..0000000000000000000000000000000000000000
--- a/sky/examples/game/lib/game_demo.dart
+++ /dev/null
@@ -1,10 +0,0 @@
-library game;
-
-import 'dart:sky';
-import 'dart:math' as Math;
-import 'package:vector_math/vector_math_64.dart';
-import 'sprites.dart';
-import 'package:box2d/box2d.dart';
-import 'package:sky/rendering/object.dart';
-
-part 'game_demo_world.dart';

Powered by Google App Engine
This is Rietveld 408576698