diff options
| author | srdusr <graytrevor98@gmail.com> | 2023-03-30 23:56:14 +0200 |
|---|---|---|
| committer | srdusr <graytrevor98@gmail.com> | 2023-03-30 23:56:14 +0200 |
| commit | 7ce5944f2adf2ec6fb09ea867db648083c814bde (patch) | |
| tree | aa8ffc6dcddf37955dba19017e4310a8ab0fc279 /src/main.rs | |
| parent | 54ca932955e21d338a8016ea51bfa0f3f1eb1455 (diff) | |
| download | typerpunk-7ce5944f2adf2ec6fb09ea867db648083c814bde.tar.gz typerpunk-7ce5944f2adf2ec6fb09ea867db648083c814bde.zip | |
Changed in-game title
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
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)); |
