ByteArena / ba

Byte Arena CLI
https://doc.bytearena.com
Other
17 stars 1 forks source link

Get rid of titlecase in communications #38

Closed netgusto closed 6 years ago

netgusto commented 6 years ago

In the welcome method, some agent specs (Gear and sub-props) are defined on title cased props, which shlould not be the case (lowercase only is the way to go);

{
   "method":"welcome",
   "payload":{
      "maxspeed":1.25,
      "maxsteeringforce":10000,
      "maxangularvelocity":0.2617993877991494,
      "visionradius":150,
      "visionangle":2.792526803190927,
      "bodyradius":0.5,
      "maxshootenergy":1000,
      "shootrecoveryrate":10,
      "Gear":{
         "gun":{
            "Genre":"weapon",
            "Kind":"gun",
            "Specs":{
               "shootcost":200,
               "shootcooldown":3,
               "projectilespeed":15,
               "projectiledamage":400,
               "projectilerange":1200
            }
         }
      }
   }
}