1
0
Fork 0

Added missing assets and test game destroying

This commit is contained in:
Michaël Lemaire 2015-01-08 01:00:00 +01:00 committed by Michaël Lemaire
parent 34e3fbdb24
commit 389db8d220
3 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

View file

@ -15,6 +15,7 @@ module SpaceTac.View.Specs {
create() {
this.testfunc(this.game);
this.game.destroy();
this.donefunc();
}
}