17 lines
428 B
Plaintext
17 lines
428 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_wd"
|
|
display_name = "W+D"
|
|
input_pattern = Array[StringName]([&"W", &"D"])
|
|
startup_beats = 0.25
|
|
active_beats = 0.25
|
|
recovery_beats = 0.5
|
|
cancel_from = 0.5
|
|
animation = &"warrior_wa"
|
|
displacement = &"right"
|
|
clear_window = false
|