Compare commits

...

5 Commits

Author SHA1 Message Date
Niels 4af8cd9f9a Bump version to 2.0.0 2025-05-31 11:46:52 +02:00
Niels 64e81012cb Removed old melody 2025-05-31 11:46:34 +02:00
Niels ac6f395a24 Testing another melody 2025-05-31 11:45:54 +02:00
nesnomis 68993bca5a Add README.md 2025-05-30 22:12:55 +02:00
Niels e37e6d0846 Small color adjustment. 2025-05-30 21:18:35 +02:00
7 changed files with 9 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
# TetraFish
A remake of SailTris that was a remake of Tetris.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -8,8 +8,8 @@ GlassItem {
id: dot
width: Theme.paddingLarge
height: width
radius: dots === 0 ? 0.3 : 0 // 0 ? 0.2 : 0
falloffRadius: dots === 0 ? 0.40 : 2 // 0 ? 0.25 : 2
radius: dots === 0 ? 0.4 : 0 // 0 ? 0.2 : 0
falloffRadius: dots === 0 ? 0.45 : 2 // 0 ? 0.25 : 2
color: Theme.highlightColor
Timer {
property bool up
+2 -2
View File
@@ -10,8 +10,8 @@ GlassItem {
height: width
radius: dots === 0 ? 0.4 : 0 // 0 ? 0.2 : 0
falloffRadius: dots === 0 ? 0.25 : 2 // 0 ? 0.25 : 2
color: Theme.secondaryColor
opacity: 0.1
color: Theme.highlightColor
opacity: 0.2
Timer {
property bool up
id: glowingTimer
+1 -1
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
+1 -1
View File
@@ -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/