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

Unified Diff: samples/pop_pop_win/lib/src/canvas.dart

Issue 242443008: samples/pop_pop_win: now based on StageXL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tiny nit Created 6 years, 8 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 | « samples/pop_pop_win/lib/src/audio.dart ('k') | samples/pop_pop_win/lib/src/canvas/board_element.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/pop_pop_win/lib/src/canvas.dart
diff --git a/samples/pop_pop_win/lib/src/canvas.dart b/samples/pop_pop_win/lib/src/canvas.dart
deleted file mode 100644
index d6c1f2f42c239122e3b952cf0a97ea7482950b40..0000000000000000000000000000000000000000
--- a/samples/pop_pop_win/lib/src/canvas.dart
+++ /dev/null
@@ -1,27 +0,0 @@
-library pop_pop_win.canvas;
-
-import 'dart:async';
-import 'dart:html';
-import 'dart:math';
-
-import 'package:bot/bot.dart';
-import 'package:bot_web/bot_html.dart';
-import 'package:bot_web/bot_retained.dart';
-import 'package:bot_web/bot_texture.dart';
-
-import 'html.dart';
-import 'game.dart';
-
-part 'canvas/board_element.dart';
-part 'canvas/game_background_element.dart';
-part 'canvas/game_element.dart';
-part 'canvas/game_root.dart';
-part 'canvas/new_game_element.dart';
-part 'canvas/score_element.dart';
-part 'canvas/square_element.dart';
-part 'canvas/title_element.dart';
-part 'canvas/game_audio.dart';
-
-final EventHandle _titleClickedEventHandle = new EventHandle<EventArgs>();
-
-Stream get titleClickedEvent => _titleClickedEventHandle.stream;
« no previous file with comments | « samples/pop_pop_win/lib/src/audio.dart ('k') | samples/pop_pop_win/lib/src/canvas/board_element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698