Skip to content

Commit

Permalink
Add reset combo params (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez authored Feb 21, 2025
1 parent 32579a9 commit 7fcdd89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
options={Ecto.Enum.values(GameBackend.Units.Skills.Skill, :attack_type)}
/>
<.input field={f[:activation_delay_ms]} type="number" label="Activation delay (ms)" />
<.input field={f[:reset_combo_ms]} type="number" label="Reset combo (ms)" />
<.input field={f[:autoaim]} type="checkbox" label="Autoaim" />
<.input field={f[:block_movement]} type="checkbox" label="Block movement" />
<.input field={f[:can_pick_destination]} type="checkbox" label="Can pick destination" />
Expand Down

0 comments on commit 7fcdd89

Please sign in to comment.