decrease special mass size + add hjkl movement bindings
This commit is contained in:
@ -109,7 +109,6 @@ auto main(int argc, char *argv[]) -> int {
|
||||
renderer.DrawMassSprings(mass_springs, state.current_state,
|
||||
state.winning_states);
|
||||
|
||||
// TODO: Don't render each frame
|
||||
renderer.DrawKlotski(state.current_state, input.hov_x, input.hov_y,
|
||||
input.sel_x, input.sel_y, input.block_add_x,
|
||||
input.block_add_y, state.CurrentWinCondition());
|
||||
|
||||
Reference in New Issue
Block a user