Skip to content
Snippets Groups Projects
Commit 03fc6bbd authored by Drahomír Karchňák's avatar Drahomír Karchňák
Browse files

#458 Crime scene game requires sound.

parent 2f1e7125
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,11 @@ public class CrimeSceneGame extends AbstractTablexiaGame<CrimeSceneGameState> {
getStage().clear();
}
@Override
public boolean isSoundMandatory() {
return true;
}
@Override
protected void screenResized(int width, int height) {
setUpSizeAndPositionOfComponents();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment