Skip to content

Commit

Permalink
assets
Browse files Browse the repository at this point in the history
  • Loading branch information
stillonearth committed Jun 6, 2024
1 parent ba55c14 commit a921de0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added assets/sprites/psychiatrist-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sprites/psychiatrist-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/gameplay/waves.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pub fn ui_wave_info_text(
pub fn get_level_1_waves() -> Vec<Wave> {
vec![
Wave {
events: vec![WaveEntry::Boss { count: 1 }],
events: vec![WaveEntry::Boss { count: 2 }],
event_duration: Duration::from_secs(100),
wave_duration: Duration::from_secs(100),
},
Expand Down

0 comments on commit a921de0

Please sign in to comment.