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/AcidC.tscn
T
fallingshrimp 561be7c734 feat(武器): 实现酸蚀风暴武器及其相关子弹效果
添加酸蚀风暴武器,它会发射一个吸引五种不同类型酸液子弹的风暴中心
修改酸液子弹基类以支持风暴效果
调整酸风武器的属性值和描述
移除旧版随机发射酸液子弹的逻辑
2026-03-06 23:19:22 +08:00

14 lines
522 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://d1pjay8rhvwap"]
[ext_resource type="PackedScene" uid="uid://qx8h1dcbyy1j" path="res://components/Bullets/AcidBulletBase.tscn" id="1_l70ci"]
[ext_resource type="Script" uid="uid://8h8e35gwre27" path="res://scripts/Contents/Bullets/AcidC.gd" id="2_nxpf5"]
[node name="AcidC" instance=ExtResource("1_l70ci")]
script = ExtResource("2_nxpf5")
speed = 5.0
penerate = 1.0
canDoDuplicate = false
[node name="texture" parent="." index="0"]
modulate = Color(1, 0.7075234, 0.6972954, 1)