Refactor rhythm action architecture
This commit is contained in:
16
resources/actions/skill_wd.tres
Normal file
16
resources/actions/skill_wd.tres
Normal file
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user