Update roller images to be responsive, remove unused black variations

This commit is contained in:
Shawn 2023-02-18 19:21:05 -07:00
parent 384bf83e35
commit cb75f13005
13 changed files with 9 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 795 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 795 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -26,9 +26,9 @@ class ImagePaths {
static String textures = '$common/texture'; static String textures = '$common/texture';
static String icons = '$common/icons'; static String icons = '$common/icons';
static String speckles = '$textures/speckles-white.png';
static String roller1 = '$textures/roller-1-white.png'; static String roller1 = '$textures/roller-1-white.gif';
static String roller2 = '$textures/roller-2-white.png'; static String roller2 = '$textures/roller-2-white.gif';
static String appLogo = '$common/app-logo.png'; static String appLogo = '$common/app-logo.png';
static String appLogoPlain = '$common/app-logo-plain.png'; static String appLogoPlain = '$common/app-logo-plain.png';

View File

@ -1270,5 +1270,5 @@ packages:
source: hosted source: hosted
version: "2.0.2" version: "2.0.2"
sdks: sdks:
dart: ">=2.19.0-0 <3.0.0" dart: ">=2.19.0-0 <4.0.0"
flutter: ">=3.7.0-0" flutter: ">=3.7.0-0"

View File

@ -1,8 +1,9 @@
# 2.0.10 # 2.0.10
- Fix: Issue with landscape not working on some tablets - Fixed landscape not working on some tablets
- Fix: Issue with app restarting when folded, or switching between multi-window mode. - Fixed app restarting when folded, or switching between multi-window mode.
- Add: Events page remembers scroll position when changing layouts - Added Events page remembers scroll position when changing layouts
- Removed: Currently selected wonder persistence - Removed currently selected wonder persistence
- Reduced size of textures used on wonder home page
# 2.0.9 # 2.0.9
- Remember currently selected wonder on home page - Remember currently selected wonder on home page