mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
11 lines
198 B
GDScript
11 lines
198 B
GDScript
|
|
extends BulletBase
|
||
|
|
class_name FireScan
|
||
|
|
|
||
|
|
func _ready():
|
||
|
|
fields[FieldStore.Bullet.SPEED] = 5
|
||
|
|
fields[FieldStore.Bullet.DAMAGE] = 20
|
||
|
|
super._ready()
|
||
|
|
|
||
|
|
func ai():
|
||
|
|
forward(Vector2.from_angle(rotation))
|