| Index: sky/examples/game/main.dart
|
| diff --git a/sky/examples/game/main.dart b/sky/examples/game/main.dart
|
| index 35cb8bdacc49399fd5663b3acee0363f67022736..273204c3f4f5ac513df30faee5d683a75eb555dd 100644
|
| --- a/sky/examples/game/main.dart
|
| +++ b/sky/examples/game/main.dart
|
| @@ -19,5 +19,5 @@ void allLoaded(ImageMap loader) {
|
| // Create a new app with the sprite box that contains our game world
|
| //app = new AppView(new GameBox(new GameWorld(loader)));
|
| //print("hello");
|
| - app = new AppView((new SpriteBox(new GameTests(loader), SpriteBoxTransformMode.letterbox)));
|
| + app = new AppView((new GameTestsBox(new GameTests(loader), SpriteBoxTransformMode.nativePoints)));
|
| }
|
|
|