aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorsrdusr <graytrevor98@gmail.com>2023-03-30 23:56:14 +0200
committersrdusr <graytrevor98@gmail.com>2023-03-30 23:56:14 +0200
commit7ce5944f2adf2ec6fb09ea867db648083c814bde (patch)
treeaa8ffc6dcddf37955dba19017e4310a8ab0fc279 /src/main.rs
parent54ca932955e21d338a8016ea51bfa0f3f1eb1455 (diff)
downloadtyperpunk-7ce5944f2adf2ec6fb09ea867db648083c814bde.tar.gz
typerpunk-7ce5944f2adf2ec6fb09ea867db648083c814bde.zip
Changed in-game title
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index c693804..f63da20 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -140,7 +140,7 @@ impl GameState {
.split(size);
// Title
- let title = "Typing Game";
+ let title = "Typerpunk";
let title_widget = Paragraph::new(title)
.style(Style::default().fg(Color::White))
.block(Block::default().borders(Borders::ALL));