| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..046ab6b30cd8e976abbe3da79b8f86569e26c040
|
| --- /dev/null
|
| +++ b/sky/examples/game/lib/game_demo.dart
|
| @@ -0,0 +1,10 @@
|
| +library game;
|
| +
|
| +import 'dart:sky';
|
| +import 'dart:math' as Math;
|
| +import 'package:vector_math/vector_math.dart';
|
| +import 'sprites.dart';
|
| +import 'package:sky/framework/rendering/box.dart';
|
| +
|
| +part 'game_demo_world.dart';
|
| +part 'game_demo_box.dart';
|
|
|