Refactor rhythm action architecture
This commit is contained in:
15
resources/actions/skill_w.tres
Normal file
15
resources/actions/skill_w.tres
Normal file
@@ -0,0 +1,15 @@
|
||||
[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_w"
|
||||
display_name = "W"
|
||||
input_pattern = Array[StringName]([&"W"])
|
||||
startup_beats = 0.25
|
||||
active_beats = 0.25
|
||||
recovery_beats = 0.5
|
||||
cancel_from = 0.5
|
||||
animation = &"warrior_w"
|
||||
clear_window = false
|
||||
Reference in New Issue
Block a user