Skip to content

Commit 8de7c90

Browse files
authored
fix typo and museum wall background (#7030)
1 parent 09b5e17 commit 8de7c90

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/gamejam/heist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
window.pxtSkipAnalyticsCookie = true;
1919
</script>
2020
</head>
21-
<body>
21+
<body style="background-image: url(/static/gamejam/jams/heist/assets/museum-wall2.png)">
2222
<div class="backdrop"></div>
2323
<div class="hero">
2424
<div class="banner"><img class="top" src="/static/gamejam/jams/heist/assets/heist-jam-banner.gif" alt=""/></div>

docs/static/gamejam/jams/heist/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Does that mean your game has to be about robbing banks? Not at all! Your game co
66

77
Some good interpretations of this theme:
88

9-
* A game where you control a rabbit stealing crops from a curmudgeony farmer
9+
* A game where you control a rabbit stealing crops from a curmudgeonly farmer
1010
* A fantasy game where you have to recover a kingdom's stolen amulet
1111
* A dating game where you have to steal the hearts of suitors
1212
* ...and of course a game where you rob a bank

docs/static/gamejam/jams/heist/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
}
1212

1313
body {
14-
background-image: url(/static/gamejam/jams/heist/assets/museum-wall2.png);
1514
background-size: 256px;
1615
background-color: #060c33;
1716
image-rendering: pixelated;

0 commit comments

Comments
 (0)