1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-02-06 21:48:24 +08:00

update Board Effect

This commit is contained in:
jared 2020-11-22 01:06:27 +08:00
parent 9661f6f55b
commit 704b7c16f0
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ AnimationBase {
id: a2 id: a2
width: 460 width: 460
height: 280 height: 280
dir: ABoard.Direct.ToBottom dir: directToBottom
effectSource.sourceItem: src effectSource.sourceItem: src
} }
} }

View File

@ -7,7 +7,7 @@ ShaderEffect {
id: r id: r
readonly property int directToRight: 0 readonly property int directToRight: 0
readonly property int directToBottom: 1 readonly property int directToBottom: 1
property int dir :directToRight property int dir : directToRight
property int rowCount: 10 property int rowCount: 10
property int columnCount: 10 property int columnCount: 10
property int duration: 1000 property int duration: 1000