pass turn

This commit is contained in:
marc barbier
2020-12-16 17:56:45 +01:00
parent 0c7e09249a
commit 0345dcddec
3 changed files with 48 additions and 25 deletions
@@ -190,7 +190,7 @@ public class TouchHandler {
unScalled_Y > GameLogicThread.BUTTON_Y_POS && unScalled_Y < GameLogicThread.BUTTON_Y_POS + GameLogicThread.BUTTON_Y_SIZE)
{
Log.e("push","detected");
gameLogic.onEndTurnButtonPushed();
gameLogic.requestEndTurn();
}
}
}