Browse Source

a fix

master
e-dt 4 years ago
parent
commit
ebb920af64
  1. 1
      src/apr.rs

1
src/apr.rs

@ -63,6 +63,7 @@ impl Apr {
board,
should_update_grid: false,
actors,
dragging: false,
behaviours: vec![behaviour::Behaviour {
moves: vec![(0, 1)],
}], //the pawn can go ONE forwards

Loading…
Cancel
Save