Skip to content

Commit

Permalink
fix cache ci
Browse files Browse the repository at this point in the history
  • Loading branch information
berlingoqc committed May 2, 2024
1 parent d25cc7b commit 9c14fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/map_preview.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() {
let map_generation_config = get_config();
let window_plugin = WindowPlugin {
primary_window: Some(Window {
title: "Zombie".to_string(),
title: "Zombie RogueLike".to_string(),
resolution: WindowResolution::new(800., 600.),

resizable: true,
Expand Down

0 comments on commit 9c14fd9

Please sign in to comment.