Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kadavr95 committed Oct 4, 2021
1 parent dd60ebf commit 48fa3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion credits.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Credits extends Phaser.Scene {
}
create() {
this.add.text( 175, 75, 'Arrithmetic', {fill: '#000000', fontSize: '40px'})
this.add.text( 175, 125, 'Version 0.0.0.1 (pre-alpha)', {fill: '#000000', fontSize: '30px'})
this.add.text( 175, 125, 'Version 0.0.2 (alpha)', {fill: '#000000', fontSize: '30px'})
this.add.text( 175, 175, 'Game design: Dmitry Yaskovich', {fill: '#000000', fontSize: '20px'})
this.add.text( 175, 200, 'Development: Dmitry Yaskovich', {fill: '#000000', fontSize: '20px'})
this.add.text( 175, 225, 'Graphics: Dmitry Yaskovich', {fill: '#000000', fontSize: '20px'})
Expand Down
2 changes: 1 addition & 1 deletion credits.min.js

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

0 comments on commit 48fa3c4

Please sign in to comment.