Compare commits
No commits in common. "4af8cd9f9ab05410fc50ca9b4d61794b5351847f" and "68993bca5a46b4529bf6d2c8a55842f56885092f" have entirely different histories.
4af8cd9f9a
...
68993bca5a
BIN
qml/data/Kraku - Tetris part 1.ogg
Normal file
BIN
qml/data/Kraku - Tetris part 1.ogg
Normal file
Binary file not shown.
Binary file not shown.
@ -32,7 +32,7 @@ Page {
|
|||||||
property int ghostEnabled: Settings.getValue("ghostEnabled",1)
|
property int ghostEnabled: Settings.getValue("ghostEnabled",1)
|
||||||
property int musicEnabled: Settings.getValue("musicEnabled",1)
|
property int musicEnabled: Settings.getValue("musicEnabled",1)
|
||||||
property int sfxEnabled: Settings.getValue("sfxEnabled",1)
|
property int sfxEnabled: Settings.getValue("sfxEnabled",1)
|
||||||
property string musicScore: "../data/tetris.ogg" //: Settings.getValue("musicScore","")
|
property string musicScore: "../data/Kraku - Tetris part 1.ogg" //: Settings.getValue("musicScore","")
|
||||||
property int scoreValue
|
property int scoreValue
|
||||||
property int speedValue
|
property int speedValue
|
||||||
property int linesValue
|
property int linesValue
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: harbour-tetrafish
|
Name: harbour-tetrafish
|
||||||
|
|
||||||
Summary: TetraFish
|
Summary: TetraFish
|
||||||
Version: 2.0.0
|
Version: 0.0.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
URL: http://example.org/
|
URL: http://example.org/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user