Files
2026-07-02 09:47:52 -07:00

17 lines
427 B
Plaintext

[gd_resource type="Resource" script_class="ActionData" load_steps=2 format=3]
[ext_resource type="Script" path="res://resources/action_data.gd" id="1"]
[resource]
script = ExtResource("1")
id = &"skill_wa"
display_name = "W+A"
input_pattern = Array[StringName]([&"W", &"A"])
startup_beats = 0.25
active_beats = 0.25
recovery_beats = 0.5
cancel_from = 0.5
animation = &"warrior_wa"
displacement = &"left"
clear_window = false