Skip to content
Snippets Groups Projects
Commit 9d7db35b authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Reduce biggest board size

parent adffb338
No related branches found
No related tags found
1 merge request!24Resolve "Reduce board sizes"
Pipeline #4978 passed
org.gradle.jvmargs=-Xmx1536M org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true android.useAndroidX=true
android.enableJetifier=true android.enableJetifier=true
app.versionName=0.0.21 app.versionName=0.0.22
app.versionCode=21 app.versionCode=22
Reduce biggest board size.
Réduction de la taille du plus grand plateau.
...@@ -7,7 +7,7 @@ class DefaultGameSettings { ...@@ -7,7 +7,7 @@ class DefaultGameSettings {
static const int boardSizeValueSmall = 6; static const int boardSizeValueSmall = 6;
static const int boardSizeValueMedium = 10; static const int boardSizeValueMedium = 10;
static const int boardSizeValueLarge = 14; static const int boardSizeValueLarge = 14;
static const int boardSizeValueExtraLarge = 20; static const int boardSizeValueExtraLarge = 18;
static const int defaultBoardSizeValue = boardSizeValueMedium; static const int defaultBoardSizeValue = boardSizeValueMedium;
static const List<int> allowedBoardSizeValues = [ static const List<int> allowedBoardSizeValues = [
......
...@@ -3,7 +3,7 @@ description: Jeweled Game ...@@ -3,7 +3,7 @@ description: Jeweled Game
publish_to: 'none' publish_to: 'none'
version: 0.0.21+21 version: 0.0.22+22
environment: environment:
sdk: '^3.0.0' sdk: '^3.0.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment