Skip to content

Commit

Permalink
add new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery committed Jun 6, 2023
1 parent fadb7e4 commit 15b6c83
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 70 deletions.
73 changes: 6 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/images/app/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/app/shield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/js/app/components/TitleScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default class TitleScreen extends React.Component {
fontSize: '3em',
textAlign: 'center'
}}>
TerminalQuest
<img src="images/app/logo.png"/>
</div>
<div className="controls">
<span onClick={() => this.onPlayerPressedStart()}>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body
.stars
.__loading
// Cheat and preload the giant logo image so it doesn't blink in later
// img(style="display:none;" src="images/app/logo.svg")
img(style="display:none;" src="images/app/logo.png")

img(src="images/app/fog_owl.gif")
h2 Loading
Expand Down

0 comments on commit 15b6c83

Please sign in to comment.