Skip to content

Commit

Permalink
Add mania assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kevglass committed Dec 12, 2024
1 parent 2413255 commit ce00d20
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion setMania.sh
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
echo "export const MANIA_MODE = $1" > src/gamemode.ts
echo "export const MANIA_MODE = $1" > src/gamemode.ts
if [[ "$1" = "true" ]]; then
echo Mania Mode
cp src/assets/logo-mania.png src/assets/logo.png
else
echo Normal Mode
cp src/assets/logo-normal.png src/assets/logo.png
fi
Binary file added src/assets/logo-mania.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 src/assets/logo-normal.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 modified src/assets/logo.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/gamemode.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const MANIA_MODE = false
export const MANIA_MODE = true

0 comments on commit ce00d20

Please sign in to comment.