Testing another melody
This commit is contained in:
parent
68993bca5a
commit
ac6f395a24
BIN
qml/data/tetris.ogg
Normal file
BIN
qml/data/tetris.ogg
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user