Add more entries

+ Add a texture variation system.
This commit is contained in:
zontreck 2025-03-25 19:52:42 -07:00
parent 16f40d3a88
commit 4a2699615d
12 changed files with 79 additions and 11 deletions

View file

@ -1,7 +1,7 @@
import 'dart:io';
class Constants {
static const VERSION = "1.0.032525+1924";
static const VERSION = "1.0.032525+1952";
static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}