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:
parent
9661f6f55b
commit
704b7c16f0
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user