Skip to content

Commit

Permalink
Got rid of the main menu screen in prep for a redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
villuna committed Jan 4, 2024
1 parent 5785239 commit 602f164
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 120 deletions.
51 changes: 0 additions & 51 deletions src/app/main_menu.rs

This file was deleted.

3 changes: 0 additions & 3 deletions src/app/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
mod credits;
mod main_menu;
mod score_screen;
mod song_select;
mod taiko_mode;
mod ui_elements;

pub use main_menu::MainMenu;
pub use song_select::SongSelect;
63 changes: 0 additions & 63 deletions src/app/ui_elements/button.rs

This file was deleted.

3 changes: 0 additions & 3 deletions src/app/ui_elements/mod.rs

This file was deleted.

1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ fn main() {
let event_loop = EventLoop::new();
let window = WindowBuilder::new()
.with_title("LunaTaiko!!")
.with_inner_size(PhysicalSize::new(1920, 1080))
.build(&event_loop)
.unwrap();

Expand Down

0 comments on commit 602f164

Please sign in to comment.