Rename to lemur

This commit is contained in:
2024-12-08 14:49:54 -05:00
parent 0504e351ba
commit 7f82daa73d
5 changed files with 138 additions and 137 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ impl AppWindow for GameWindow {
fn initial_viewport(&self) -> ViewportBuilder {
let dimensions = self.display_mode.proportions() + Vec2::new(0.0, 22.0);
ViewportBuilder::default()
.with_title("Shrooms VB")
.with_title("Lemur")
.with_inner_size(dimensions)
}