diff --git a/src/assets/images/ui/bars/standard-background.png b/src/assets/images/ui/bars/standard-background.png new file mode 100644 index 0000000..9adc60c Binary files /dev/null and b/src/assets/images/ui/bars/standard-background.png differ diff --git a/src/assets/images/ui/bars/standard-foreground.png b/src/assets/images/ui/bars/standard-foreground.png new file mode 100644 index 0000000..3e16bcb Binary files /dev/null and b/src/assets/images/ui/bars/standard-foreground.png differ diff --git a/src/scripts/view/specs/TestGame.ts b/src/scripts/view/specs/TestGame.ts index 497adcc..c404a34 100644 --- a/src/scripts/view/specs/TestGame.ts +++ b/src/scripts/view/specs/TestGame.ts @@ -15,6 +15,7 @@ module SpaceTac.View.Specs { create() { this.testfunc(this.game); + this.game.destroy(); this.donefunc(); } }