* drafting toolbar with practice * moved some code around * turning overlay message content into text buttons for selection, updated toolbar buttons progress bar * activities displaying and forwarding toolbar * experimenting with using choice value rather than index for logic * reimplementation of wordnet results and translation for individual words * cache and timer * mostly done with activities in toolbar flow --------- Co-authored-by: ggurdin <ggurdin@gmail.com> Co-authored-by: choreo development <williamjordan-cooley@Williams-MacBook-Pro-3.local>
5 lines
145 B
Dart
5 lines
145 B
Dart
class AnalyticsConstants {
|
|
static const int xpPerLevel = 500;
|
|
static const int vocabUseMaxXP = 30;
|
|
static const int morphUseMaxXP = 500;
|
|
}
|