mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
6 lines
99 B
GDScript
6 lines
99 B
GDScript
|
|
extends EffectController
|
||
|
|
class_name ParryEffect
|
||
|
|
|
||
|
|
func beforeShot():
|
||
|
|
CameraManager.shake(200, 300)
|