Skip to content

v1.0.0-beta.13

Latest
Compare
Choose a tag to compare
@zephiii zephiii released this 10 Oct 16:35
· 56 commits to main since this release

Additions:

  • Tips now appear when loading the game.
    • These can be edited in public/lib/config.js.
  • RESPAWN_TIMEOUT, controls how long you have to wait to respawn.
  • bulletSpawnOffset, controls how far the bullet spawns compared to your gun.
  • SHOW_HEALTHBAR_TEXT, toggles showing text on health bars.
  • REGENERATE_TICK.
  • TEAM_WEIGHTS, controls how many members a team can have in comparison to an unweighed team.
  • ENABLE_FOOD, toggles spawning polygons.
  • Added makeTurret.
  • Added dev boss for Æ🚫Sports.
  • Added the remaining Whirlwind branch tanks (except Prophet since that breaks the game) to dev menu.
  • Added the tanks featured in the 2023 Daily Tanks event to dev menu.
  • Added the rest of the Flail branch to dev menu.
  • Added the Marksman's upgrades.

Changes:

  • Overhauled the main menu.
  • Made Celestials 10x rarer outside of normal gameplay by default.
  • Overhauled how bot names are chosen.
  • Most bosses and projectiles now use weaponArray.
  • Updated Toothless' dev boss.
  • Made Flail and Undertow work.

Removals:

  • Removed makeMulti and makeHybrid.
    • We recommend using weaponArray and makeOver instead.