1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00
Files
Dog-Lynx-And-HCN/components/Bullets/SevenSoul.tscn
T
fallingshrimp 49d3a31367 feat(武器): 更新七魂武器效果并添加音效
- 添加攻击音效文件
- 修改七魂子弹生成逻辑,从7个改为6个并添加延迟
- 调整子弹生命周期和旋转动画
- 更新武器描述和属性
- 添加新的测试BOSS波浪数据
2025-09-25 22:41:04 +08:00

19 lines
743 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://bymprh2qel2oj"]
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_c4fl5"]
[ext_resource type="Script" path="res://scripts/Contents/Bullets/SevenSoul.gd" id="2_egs34"]
[ext_resource type="Texture2D" uid="uid://wy10fc3bqppg" path="res://resources/bullets/seven-soul/soul.png" id="2_itucu"]
[node name="SevenSoul" instance=ExtResource("1_c4fl5")]
script = ExtResource("2_egs34")
lifeTime = 112000.0
[node name="heart" type="Sprite2D" parent="texture" index="1"]
unique_name_in_owner = true
position = Vector2(100, 0)
scale = Vector2(1.5, 1.5)
texture = ExtResource("2_itucu")
[node name="hitbox" parent="." index="1"]
disabled = true