| 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.
|
| ///
|
|
|