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

Remove tiles borders, improve graphics

parent 108c7d2e
No related branches found
No related tags found
1 merge request!4Resolve "Remove tiles borders"
Pipeline #3292 passed
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.3
app.versionCode=3
app.versionName=0.0.4
app.versionCode=4
assets/skins/default_board.png

251 B | W: | H:

assets/skins/default_board.png

251 B | W: | H:

assets/skins/default_board.png
assets/skins/default_board.png
assets/skins/default_board.png
assets/skins/default_board.png
  • 2-up
  • Swipe
  • Onion skin
assets/skins/default_hole.png

882 B | W: | H:

assets/skins/default_hole.png

1.09 KiB | W: | H:

assets/skins/default_hole.png
assets/skins/default_hole.png
assets/skins/default_hole.png
assets/skins/default_hole.png
  • 2-up
  • Swipe
  • Onion skin
assets/skins/default_peg.png

3.43 KiB | W: | H:

assets/skins/default_peg.png

2.55 KiB | W: | H:

assets/skins/default_peg.png
assets/skins/default_peg.png
assets/skins/default_peg.png
assets/skins/default_peg.png
  • 2-up
  • Swipe
  • Onion skin
Remove tiles borders, improve some layout
\ No newline at end of file
Suppression des bordures des cellules, améliorations graphiques
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg enable-background="new 0 0 100 100" version="1.1" viewBox="0 0 100 100" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" ry="2" fill="none"/><rect width="100" height="100" fill="#c5c5c5" stroke="#505050" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6"/></svg>
<svg enable-background="new 0 0 100 100" version="1.1" viewBox="0 0 100 100" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" ry="2" fill="none"/><rect width="100" height="100" fill="#c6bd7d" stroke="#505050" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg enable-background="new 0 0 100 100" version="1.1" viewBox="0 0 100 100" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" ry="2" fill="none"/><rect width="100" height="100" fill="#c5c5c5" stroke="#505050" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6"/><circle cx="50" cy="50" r="12.853" fill="#333" stroke="#797979" stroke-linecap="round" stroke-linejoin="round" stroke-width=".914"/></svg>
<svg enable-background="new 0 0 100 100" version="1.1" viewBox="0 0 100 100" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" ry="2" fill="none"/><rect width="100" height="100" fill="#c6bd7b" stroke="#505050" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.6"/><circle cx="50" cy="50" r="10.192" fill="#47421f" stroke="#635d2c" stroke-linecap="round" stroke-linejoin="round" stroke-width=".72475"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg enable-background="new 0 0 100 100" version="1.1" viewBox="0 0 100 100" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" ry="2" fill="none"/><circle cx="50" cy="50" r="28.385" fill="#b98212" stroke="#745517" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.0228"/></svg>
<svg enable-background="new 0 0 100 100" version="1.1" viewBox="0 0 100 100" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" ry="2" fill="none"/><circle cx="50" cy="50" r="28.385" fill="#e9e9e9" stroke="#989898" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></svg>
......@@ -61,7 +61,7 @@ class _HomeState extends State<Home> {
myProvider.updateAssetsPreloaded(true);
}
myProvider.updateTileSize((MediaQuery.of(context).size.width - 20) / myProvider.boardSize);
myProvider.updateTileSize((MediaQuery.of(context).size.width - 40) / myProvider.boardSize);
List<Widget> menuActions = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment