diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-23 21:28:10 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-23 21:28:10 +0000 |
| commit | b1b2da98961c3ec6561a934834026c117f4366d3 (patch) | |
| tree | 0383f885653a34ec3d94de7f9082c0e81fe84a99 | |
| parent | 96cda05b8957fb20e475e6db5fa3cffc23aa24ae (diff) | |
| download | puzzles-b1b2da98961c3ec6561a934834026c117f4366d3.zip puzzles-b1b2da98961c3ec6561a934834026c117f4366d3.tar.gz puzzles-b1b2da98961c3ec6561a934834026c117f4366d3.tar.bz2 puzzles-b1b2da98961c3ec6561a934834026c117f4366d3.tar.xz | |
Mid-move icon for Cube
| -rw-r--r-- | icons/icons.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icons/icons.cmake b/icons/icons.cmake index 12aa285..2cbdf58 100644 --- a/icons/icons.cmake +++ b/icons/icons.cmake @@ -25,6 +25,7 @@ endif() # causing the first undone move in the undo chain to be redone, and # then it will stop this far through the move animation to take the # screenshot. +set(cube_redo 0.15) set(fifteen_redo 0.3) set(flip_redo 0.3) set(netslide_redo 0.3) |