hagelt18 / mega-man-guide

Guide or companion app for the Mega Man games
0 stars 0 forks source link

Data: Boss Order #15

Open hagelt18 opened 2 years ago

hagelt18 commented 2 years ago

Add boss order data for mega man 1. Something like this:

game = {
  alltheotherprops: '...',
  bossOrders: [
    {
      type: BossOrderType.Default,
      order: [ 'Guts Man', 'Cut Man', 'Elec Man', 'Etc'] 
    }
  ]
}