tyoeer / Chaoshead

A level editor, scripting interface, campaign editor, and reverse engineering tool for Levelhead
Apache License 2.0
4 stars 1 forks source link

Blaster fire delay can't be set to zero #5

Closed slothybutt closed 2 years ago

slothybutt commented 2 years ago

image

tyoeer commented 2 years ago

Turns out it's a two part issue:

  1. The default and minimum value for Fire Delay got swapped around, meaning CH thought the minimum was 0.5, which Adr already found & fixed in #4.
  2. The valid range for the property was formatted into the text as a whole number, showing it as 0 when it should have been 0.5.

Both of those are fixed in the next release, which is hopefully soon if I can keep my scope creep under control.