Skip to content

Commit 50fcaa0

Browse files
committed
lowering sfx volume
1 parent c9c9479 commit 50fcaa0

File tree

13 files changed

+14
-13
lines changed

13 files changed

+14
-13
lines changed

bin/data/2.tmx

Lines changed: 13 additions & 12 deletions
Large diffs are not rendered by default.

bin/data/damage.wav

0 Bytes
Binary file not shown.

bin/data/die.wav

0 Bytes
Binary file not shown.

bin/data/items_NRM.png

1.02 KB
Loading

bin/data/jump.wav

0 Bytes
Binary file not shown.

bin/data/pickup.wav

0 Bytes
Binary file not shown.

bin/data/pickup2.wav

0 Bytes
Binary file not shown.

bin/data/shoot.wav

0 Bytes
Binary file not shown.

bin/data/shoot2.wav

0 Bytes
Binary file not shown.

bin/data/spring.wav

0 Bytes
Binary file not shown.

bin/data/tileset_NRM.png

-1.61 KB
Loading

bin/data/touch.wav

0 Bytes
Binary file not shown.

src/Game.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void Game :: preload()
3939
);
4040
m_pRoot->add(m_pCamera);
4141

42-
m_pMap = m_pQor->make<TileMap>("1.tmx");
42+
m_pMap = m_pQor->make<TileMap>("2.tmx");
4343
m_pRoot->add(m_pMap);
4444

4545
m_pMusic = m_pQor->make<Sound>("2.ogg");

0 commit comments

Comments
 (0)