mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Add reveal button to mobile-gui
- currently it gets all cards that was revealed by via reveal(...) - update menutab to show scroll indicator as default
This commit is contained in:
@@ -338,6 +338,9 @@ public enum FSkinImage implements FImage {
|
||||
|
||||
FAVICON (FSkinProp.ICO_FAVICON, SourceFile.ICONS),
|
||||
LOCK (FSkinProp.ICO_LOCK, SourceFile.ICONS),
|
||||
//reveal icons
|
||||
SEE (FSkinProp.ICO_SEE, SourceFile.ICONS),
|
||||
UNSEE (FSkinProp.ICO_UNSEE, SourceFile.ICONS),
|
||||
|
||||
//Layout images
|
||||
HANDLE (FSkinProp.IMG_HANDLE, SourceFile.ICONS),
|
||||
|
||||
Reference in New Issue
Block a user