Skip to content

v1.0.0-beta.12.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zephiii zephiii released this 01 May 09:58
· 427 commits to main since this release

Additions:

  • Added the makeRadialAuto facilitator to speed up the creation of tanks like the Auto-3.
    • The description of options is listed as a comment in the function code.

Changes:

  • makeOver and makeBattle have been improved.
    • They now have a 3rd argument, options, which should be an object that can have the following properties:
      • angle: A default angle to the guns, defaults to 125.
      • count: Amount of guns, defaults to 2,
      • independent: If the projectile is independent, defaults to false.
      • extraStats:, Extra gunvalues to add, defaults to [].
      • 2 extra properties for makeOver:
      • cycle: What the guns' WAIT_TO_CYCLE property should be, defaults to true.
      • maxDrones: Maximum drone count, defaults to 3.
  • Changed the colour of shadow polygons from pureBlack to darkGrey.

Fixes:

  • Added blue color support to the leaderboard and minimap in FFA mode.
  • Your name now properly changes on reconnect.
  • IMAGE property should now work.

Removals:

  • makeHybrid, makeOversplit and makeCross have been merged into makeOver.
    • makeHybrid still exists for now to avoid breaking existing code.
  • makeSwarming, makeBiSwarming and makeTriSwarming have been merged into makeBattle.
  • Removed the makeSplit, makeConq and makeCap functions.