commet
This commit is contained in:
parent
f498618f5a
commit
29f5d4f645
|
@ -16,7 +16,7 @@ class NA:
|
|||
Action = Move | Idle | NA
|
||||
|
||||
action_timing = {
|
||||
Move: 500,
|
||||
Idle: 100,
|
||||
Move: 50,
|
||||
Idle: 10,
|
||||
NA: 1
|
||||
}
|
Loading…
Reference in New Issue