Testing another melody

This commit is contained in:
Niels 2025-05-31 11:45:54 +02:00
parent 68993bca5a
commit ac6f395a24
2 changed files with 1 additions and 1 deletions

BIN
qml/data/tetris.ogg Normal file

Binary file not shown.

View File

@ -32,7 +32,7 @@ Page {
property int ghostEnabled: Settings.getValue("ghostEnabled",1)
property int musicEnabled: Settings.getValue("musicEnabled",1)
property int sfxEnabled: Settings.getValue("sfxEnabled",1)
property string musicScore: "../data/Kraku - Tetris part 1.ogg" //: Settings.getValue("musicScore","")
property string musicScore: "../data/tetris.ogg" //: Settings.getValue("musicScore","")
property int scoreValue
property int speedValue
property int linesValue