diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-01-26 22:55:12 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2022-01-26 22:55:22 +0100 |
| commit | 84c0b7495b0859cce8b79fc6e4ceee19bc4f2f35 (patch) | |
| tree | 6902396a8b971346e006a5daab69e389f667f8fc /test/checkers_pieces.fl | |
| parent | 573921677c7f6310a16d58f23c67fac34b0d82bb (diff) | |
#31, HiDPI checkers, animation timing
Diffstat (limited to 'test/checkers_pieces.fl')
| -rw-r--r-- | test/checkers_pieces.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/checkers_pieces.fl b/test/checkers_pieces.fl index 11e90f505..8c4894fce 100644 --- a/test/checkers_pieces.fl +++ b/test/checkers_pieces.fl @@ -23,10 +23,10 @@ comment {// data pixmaps_black_checker_png {public local filename {pixmaps/black_checker.png} } -data pixmaps_white_checker_png {public local filename {pixmaps/white_checker.png} +data pixmaps_white_checker_png {selected public local filename {pixmaps/white_checker.png} } -data pixmaps_black_checker_king_png {selected public local filename {pixmaps/black_checker_king.png} +data pixmaps_black_checker_king_png {public local filename {pixmaps/black_checker_king.png} } data pixmaps_white_checker_king_png {public local filename {pixmaps/white_checker_king.png} |
