mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-31 21:22:58 +08:00
update Board Effect
This commit is contained in:
parent
9661f6f55b
commit
704b7c16f0
@ -24,7 +24,7 @@ AnimationBase {
|
||||
id: a2
|
||||
width: 460
|
||||
height: 280
|
||||
dir: ABoard.Direct.ToBottom
|
||||
dir: directToBottom
|
||||
effectSource.sourceItem: src
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ ShaderEffect {
|
||||
id: r
|
||||
readonly property int directToRight: 0
|
||||
readonly property int directToBottom: 1
|
||||
property int dir :directToRight
|
||||
property int dir : directToRight
|
||||
property int rowCount: 10
|
||||
property int columnCount: 10
|
||||
property int duration: 1000
|
||||
|
Loading…
x
Reference in New Issue
Block a user