mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
06413d204c
- 修改Oxygener武器属性,增加count字段控制篮球消耗 - 实现checkAttack方法检查篮球消耗 - 调整武器基础数值和描述 - 移除氧气火焰的击退效果 - 在Rooster角色中替换初始武器为Oxygener - 修复代码缩进问题
6 lines
93 B
GDScript
6 lines
93 B
GDScript
extends BulletBase
|
|
class_name OxygenFire
|
|
|
|
func ai():
|
|
PresetBulletAI.forward(self, rotation)
|