1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

feat(游戏内容): 添加Deepsea角色和两种子弹资源

添加Deepsea角色实体脚本及其UID文件
新增Cement和Kuaizi两种子弹的场景和纹理资源
包括子弹的碰撞体配置和动画帧设置
This commit is contained in:
2026-04-05 13:26:37 +08:00
parent fc77412e3a
commit e61cfecdd3
10 changed files with 184 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
extends EntityBase
class_name DeepseaEntity
func register():
fields[FieldStore.Entity.MAX_HEALTH] = 2000
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.9
fields[FieldStore.Entity.OFFSET_SHOOT] = 2
func ai():
PresetEntityAI.follow(self , currentFocusedBoss)
func attack(type: int):
if type == 0:
pass
@@ -0,0 +1 @@
uid://be0o0iwf26hvx