mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-05-15 11:57:41 +00:00
Improve pieces animations
This commit is contained in:
parent
fdab451352
commit
f04f9b7019
2 changed files with 9 additions and 10 deletions
src/game_tab/left_panel/board
|
@ -44,7 +44,7 @@ typedef std::tuple<short, short, short> ClockTime;
|
|||
typedef struct AnimState {
|
||||
wxBitmap *buffer;
|
||||
bool reuseBuffer;
|
||||
int frame,duration,fps,duration_fast;
|
||||
int frame,frames,duration,fps,duration_fast;
|
||||
std::string final_board;
|
||||
bool final_is_black_turn;
|
||||
std::map<char, std::uint8_t> final_captures;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue