Skip to content

Commit

Permalink
refactor: change ending music (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
2278535805 authored Jan 6, 2025
1 parent db93de6 commit 1878ffa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed assets/ending.mp3
Binary file not shown.
Binary file added assets/ending.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion prpr/src/core/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ impl ResourcePack {
sfx_click: load_clip!("click.ogg"),
sfx_drag: load_clip!("drag.ogg"),
sfx_flick: load_clip!("flick.ogg"),
ending: load_clip!("ending.mp3"),
ending: load_clip!("ending.ogg"),
hit_fx,
})
}
Expand Down

0 comments on commit 1878ffa

Please sign in to comment.