@@ -38,14 +38,10 @@ class SpriteGallery extends StatelessWidget {
|
||||
}
|
||||
|
||||
// Append the Map IDs for level editing reference
|
||||
int staticBase = enemy.mapData.baseStaticId;
|
||||
int patrolBase = enemy.mapData.basePatrolId;
|
||||
int staticBase = enemy.mapData.baseId;
|
||||
|
||||
label +=
|
||||
"\nStat: $staticBase (E), ${staticBase + 1} (M), ${staticBase + 2} (H)";
|
||||
label += "\nPat: $patrolBase-${patrolBase + 3}(E)";
|
||||
label += "\nPat: ${patrolBase + 4}-${patrolBase + 7}(M)";
|
||||
label += "\nPat: ${patrolBase + 8}-${patrolBase + 11}(H)";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user