Skip to content

Commit

Permalink
Add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujio committed Aug 19, 2021
1 parent 6d37707 commit 794292a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

![Maxwell's Demon](https://github.com/tsujio/game-maxwells-demon/blob/main/image.png?raw=true)

[Demo](https://www.tsujio.org/game-maxwells-demon/)
[Play](https://www.tsujio.org/game-maxwells-demon/)

# Thanks
# Credits

- Creator: [Naoki Tsujio](https://www.tsujio.org/)
- Game engine: [ebiten](https://ebiten.org/)
- Font: [Press Start 2P by CodeMan38](https://fonts.google.com/specimen/Press+Start+2P)
- Sound: [MaouDamashii](https://maou.audio/)
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,9 @@ func (g *Game) Draw(screen *ebiten.Image) {

drawTextCenter("MAXWELL'S DEMON", 170, largeFont)
drawTextCenter("CLICK TO START", 290, mediumFont)
licenseTexts := []string{"FONT: Press Start 2P by CodeMan38", "SOUND: MaouDamashii"}
licenseTexts := []string{"CREATOR: NAOKI TSUJIO", "FONT: Press Start 2P by CodeMan38", "SOUND: MaouDamashii"}
for i, s := range licenseTexts {
drawTextCenter(s, 415+i*int(smallFont.FaceOptions.Size*1.7), smallFont)
drawTextCenter(s, 400+i*int(smallFont.FaceOptions.Size*1.8), smallFont)
}
case GameModeLevelStart:
drawMolecureCount()
Expand Down

0 comments on commit 794292a

Please sign in to comment.