Skip to content

Commit

Permalink
update: 只是看changes有東西覺得不爽lol
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSwiftKnight committed Jul 17, 2024
1 parent 20e14d2 commit 68c4286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added Group_04_final.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Scene/WinScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void WinScene::Initialize() {
AddNewObject(new Engine::Image("win/tay_win.png", halfW, halfH , 0, 0, 0.5, 0.5));
AddNewObject(new Engine::Label("You Win!", "pirulen.ttf", 48, halfW, halfH / 4, 255, 255, 255, 255, 0.5, 0.5));
Engine::ImageButton* btn;
AudioHelper::SFXVolume = 0.6;
AudioHelper::SFXVolume = 0.3;
bgmId = AudioHelper::PlayAudio("win.ogg");

//name input
Expand Down

0 comments on commit 68c4286

Please sign in to comment.