| Index: sky/examples/game/lib/game.dart
|
| diff --git a/sky/examples/game/lib/game.dart b/sky/examples/game/lib/game.dart
|
| deleted file mode 100644
|
| index 37122f498e0b5cd090eb4dbbbcfd496fab3c02c5..0000000000000000000000000000000000000000
|
| --- a/sky/examples/game/lib/game.dart
|
| +++ /dev/null
|
| @@ -1,12 +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/framework/rendering/box.dart';
|
| -
|
| -part 'game_world.dart';
|
| -part 'game_box.dart';
|
| -part 'game_tests.dart';
|
|
|