mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-09 13:17:12 +08:00
8 lines
129 B
GDScript
8 lines
129 B
GDScript
|
|
extends AcidBulletBase
|
||
|
|
class_name AcidC
|
||
|
|
|
||
|
|
func ai():
|
||
|
|
super.ai()
|
||
|
|
scale *= 1.01
|
||
|
|
modulate.a = 1 - timeLived() / lifeTime
|