Compare commits
3 Commits
68993bca5a
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4af8cd9f9a | |||
| 64e81012cb | |||
| ac6f395a24 |
Binary file not shown.
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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Name: harbour-tetrafish
|
||||
|
||||
Summary: TetraFish
|
||||
Version: 0.0.1
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
License: LICENSE
|
||||
URL: http://example.org/
|
||||
|
||||
Reference in New Issue
Block a user