v1.0.0-beta.12.1
Pre-release
Pre-release
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
andmakeBattle
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 to125
.count
: Amount of guns, defaults to2
,independent
: If the projectile is independent, defaults tofalse
.extraStats
:, Extra gunvalues to add, defaults to[]
.- 2 extra properties for
makeOver
: cycle
: What the guns'WAIT_TO_CYCLE
property should be, defaults totrue
.maxDrones
: Maximum drone count, defaults to3
.
- They now have a 3rd argument,
- Changed the colour of shadow polygons from
pureBlack
todarkGrey
.
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
andmakeCross
have been merged intomakeOver
.makeHybrid
still exists for now to avoid breaking existing code.
makeSwarming
,makeBiSwarming
andmakeTriSwarming
have been merged intomakeBattle
.- Removed the
makeSplit
,makeConq
andmakeCap
functions.