mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
65eb69fb9c
将熊boss的各种攻击方式的伤害值从4/1.5/3/2统一调整为1,以平衡游戏难度
8 lines
116 B
GDScript
8 lines
116 B
GDScript
extends BulletBase
|
|
class_name Star
|
|
|
|
func register():
|
|
damage = 1
|
|
func ai():
|
|
PresetBulletAI.forward(self, rotation)
|