| 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';
|
|
|