Skip to content

Commit

Permalink
added jeep to dog conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mklemmingen committed Jan 13, 2024
1 parent d167ca1 commit 8b48537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/com/boomchess/game/BoomChess.java
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,7 @@ public void changed(ChangeEvent event, Actor actor) {
createInGameOptionStages();
}
});
table.add(dogIsCarButton).padBottom(tileSize/8).row();

// change Map
TextButton changeMapButton = new TextButton("Change Map", skin);
Expand Down

0 comments on commit 8b48537

Please sign in to comment.