Skip to content

Commit

Permalink
Increment gradle build code, add TCMD added message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombbird2001 committed Mar 11, 2024
1 parent 4312a9e commit ca07222
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ configure(subprojects - project(':android')) {
subprojects {
version = '2.2.0-beta'
ext.appName = 'Terminal Control 2'
ext.buildVersion = 25
ext.buildVersion = 26
repositories {
mavenCentral()
maven { url 'https://s01.oss.sonatype.org' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MenuNotificationManager(private val stage: Stage) {
private val notifications = GdxArray<MenuNotification>().apply {
add(
MenuNotification("beta-welcome-msg-shown", "Welcome to the beta!", "Thank you for" +
" joining the beta! This is a very early version of the game, so there are likely to be bugs and" +
" joining the beta! This is an early version of the game, so there are likely to be bugs and" +
" issues. Please report them by emailing [email protected], or by clicking the \"Report Bug\"" +
" button in the Pause screen or info menu. Please include as much information as possible," +
" including the build version (in info menu), expected behaviour and steps to reproduce the bug." +
Expand All @@ -25,9 +25,9 @@ class MenuNotificationManager(private val stage: Stage) {
" multiplayer functionality, have fun!", 800, 1800)
)
add(
MenuNotification("tcpg-added", "New airport available!", "TCPG has been added to the" +
" game. A number of bugs have also been fixed. As before, please report bugs encountered by clicking" +
" the \"Report Bug\" button in the Pause screen, or from the info menu. Have fun!", 600, 1400)
MenuNotification("tcmd-added", "New airport available!", "TCMD has been added to the" +
" game. Some bugs have also been fixed. As usual, please report bugs encountered by clicking" +
" the \"Report Bug\" button in the Pause screen in-game, or from the info menu. Have fun!", 600, 1400)
)
}

Expand Down

0 comments on commit ca07222

Please sign in to comment.