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

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

Issue 1223543004: Adds better explosions, shield, and game over (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: git cl web Created 5 years, 5 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 | « sky/sdk/example/game/lib/game_demo_world.dart ('k') | sky/sdk/example/game/lib/particle_system.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/game/lib/node_with_size.dart
diff --git a/sky/sdk/example/game/lib/node_with_size.dart b/sky/sdk/example/game/lib/node_with_size.dart
index 0e56ded4012e3e8001ec5db49acacdf4e93b76f8..061dec40310b36385c1d8df4c134b51454ad916e 100644
--- a/sky/sdk/example/game/lib/node_with_size.dart
+++ b/sky/sdk/example/game/lib/node_with_size.dart
@@ -3,7 +3,7 @@ part of sprites;
/// The super class of any [Node] that has a size.
///
/// NodeWithSize adds the ability for a node to have a size and a pivot point.
-abstract class NodeWithSize extends Node {
+class NodeWithSize extends Node {
/// Changing the size will affect the size of the rendering of the node.
///
« no previous file with comments | « sky/sdk/example/game/lib/game_demo_world.dart ('k') | sky/sdk/example/game/lib/particle_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698