Skip to content

Commit d883b7f

Browse files
zabidenhtfpetitlapin
authored andcommitted
Added new pieces of music for menu and game
1 parent 56234e0 commit d883b7f

19 files changed

Lines changed: 141 additions & 60 deletions

INSTALL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ To create a package, use the *package* target from cmake invocation: `cmake --bu
3232
## Releasing
3333
Update NEWS.yaml to add a new version and the changelog.
3434
Then, run `./tools/create_release.sh -v 3.1.5` to update all the files necessary for the release.
35+
36+
## Audio sounds
37+
The ogg sounds have been created using LMMS DAW. You can install it on your OS using your package manager. To generate the ogg files in command line, run `lmms render input.mmpz -f ogg -b 160 -o output.ogg`

NEWS.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
Version: 4.0.0
3+
Date: 2026-xx-xx
4+
Description:
5+
- New audio theme (menu and in game music) created by zabidenhtf (Mykyta Polishyk)
6+
---
27
Version: 3.1.6
38
Date: 2025-12-24
49
Description:

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You drive a toy wooden train on many levels and you must collect all the wagons
1010
German, Italian, Japanese, Korean, Portuguese, Russian, Slovak,
1111
Spanish, Swedish, Polish, Turkish, Hungarian, Dutch.
1212
- Colorful animated wood engine.
13-
- 50 levels in this first version
14-
- 3 beautiful musics and many sound effects.
13+
- 50 levels in this first version.
14+
- 2 themes with 3 beautiful pieces of music and many sound effects.
1515

1616
## Screenshots
1717
![Main menu](fastlane/metadata/android/en-US/images/sevenInchScreenshots/01.png)
@@ -21,7 +21,7 @@ Main menu
2121
Gameplay
2222

2323
## Building
24-
Information on how to compile Li-Ri is available in the INSTALL file.
24+
Information on how to compile Li-Ri is available in the INSTALL.md file.
2525

2626
## Thanks
2727
* Christian H. and Adrian F. for the German correction.
@@ -43,14 +43,16 @@ Information on how to compile Li-Ri is available in the INSTALL file.
4343

4444
-------------
4545

46-
Copyright (c) 2023
46+
Copyright (c) 2023-2026
4747
Johnny Jazeix: port to SDL2 + android + cmake
4848

49+
Copyright (c) 2026
50+
Polishyk Mykyta "zabidentwfan@ukr.net": musics ("menu\_zabiden.ogg", "ingame1\_zabiden.ogg", "ingame2\_zabiden.ogg")
51+
4952
Copyright (c) 2006
5053
Dominique Roux-Serret: design & programming & graphics & website.
51-
Maf464: musics
5254

53-
Copyright (c) 2006 (for "menu.mod", "ingame1.xm", "ingame2.xm") MAF464 (email charcosset.b@free.fr; website http://maf464.free.fr). This music licensed under GPL license. See COPYING for details
55+
Copyright (c) 2006 Maf464 (email charcosset.b@free.fr; website http://maf464.free.fr): ("menu\_maf.ogg", "ingame1\_maf.ogg", "ingame2\_maf.ogg")
5456

5557
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
5658
alt="Get it on F-Droid"
File renamed without changes.

Sounds/ingame1_zabiden.mmpz

2.16 KB
Binary file not shown.

Sounds/ingame1_zabiden.ogg

432 KB
Binary file not shown.
File renamed without changes.

Sounds/ingame2_zabiden.mmpz

2.51 KB
Binary file not shown.

Sounds/ingame2_zabiden.ogg

373 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)