mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-07 12:17:12 +08:00
feat(角色): 添加猫头鹰角色MTY及其冲刺攻击能力
添加新角色MTY(猫头鹰)及其专属子弹MTYSprint - 实现MTY角色的基本属性和AI行为 - 添加MTYSprint子弹类型及碰撞检测 - 在Wave.gd中添加MTY的生成配置 - 扩展BulletTool工具类添加查找最近子弹功能
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://digr2lvarxtvf"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_pwer0"]
|
||||
[ext_resource type="Script" uid="uid://dqgbohkdj8rbj" path="res://scripts/Contents/Bullets/MTYSprint.gd" id="2_rion0"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_rion0"]
|
||||
radius = 40.0
|
||||
height = 150.0
|
||||
|
||||
[node name="MTYSprint" instance=ExtResource("1_pwer0")]
|
||||
script = ExtResource("2_rion0")
|
||||
displayName = "猛冲"
|
||||
baseDamage = 5.0
|
||||
penerate = 1.0
|
||||
|
||||
[node name="hitbox" parent="." index="1"]
|
||||
shape = SubResource("CapsuleShape2D_rion0")
|
||||
Reference in New Issue
Block a user