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

Set default tileset size to 4x4

parent 99e7ee4c
No related branches found
No related tags found
Loading
Pipeline #1354 passed
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.23
app.versionCode=23
app.versionName=0.0.24
app.versionCode=24
......@@ -5,7 +5,7 @@ import '../entities/tile.dart';
class Data extends ChangeNotifier {
// application configuration
int _tilesCount = 3;
int _tilesCount = 4;
// application data
List _images = [];
......
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