Skip to content

Commit ec23435

Browse files
committed
11-12, background image
1 parent 472f1a9 commit ec23435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/startScreen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class StartScreen extends GameScreen {
1010

1111
public constructor(game:Game) {
1212
super(game);
13-
13+
document.body.style.backgroundImage = "/assets/images/background/startscreen.jpg"
1414
}
1515

1616
public listen(input: KeyboardListener) {

0 commit comments

Comments
 (0)