Skip to content

0.Y-alpha-1

Pre-release
Pre-release

Choose a tag to compare

@Lilith-In-Starlight Lilith-In-Starlight released this 07 Oct 05:56
· 591 commits to main since this release

This is an alpha release of the upcoming 0.Y to test for bugs. It is not guaranteed to be fully functional.

Changelog

  • Added a command console
  • Added an accessibility setting that makes entities flash when they take damage

Console instructions:

Press F12 to open it.

Commands are:

  • giveitem <amount=1>
  • givespell <amount=1>
  • givewand
  • wandjson: Copies the JSON data of the currently selected wand. Use this to know how givewand works

Check Items.gd to know the names of spells and items, they're the first argument fed to their respective "register" functions.

Here's an example Wand JSON data

{
  "cast":"0.206741",
  "recharge":"1.340508",
  "spellcap":"5",
  "shuffle":"0",
  "color1":"#ff1963d6",
  "color2":"#fffc6726",
  "color3":"#ff6307f5"
}