1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 15:01:53 +08:00
Files
Dog-Lynx-And-HCN/components/Bullets/FireScan.tscn
T
fallingshrimp 96430162b4 feat(子弹): 调整子弹属性和添加粒子效果
- 提高FireScan子弹的速度和伤害
- 修改Chick角色的攻击距离判定
- 调整ChickLaser的碰撞区域位置
- 将FireScan的碰撞形状改为矩形
- 为Diamond子弹添加粒子效果系统
2025-08-29 11:34:25 +08:00

14 lines
541 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://db2cbgyyjpydp"]
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_cqre5"]
[ext_resource type="Script" path="res://scripts/Contents/Bullets/FireScan.gd" id="2_qprdp"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4qcsn"]
[node name="FireScan" instance=ExtResource("1_cqre5")]
script = ExtResource("2_qprdp")
lifeDistance = 200.0
[node name="hitbox" parent="." index="1"]
shape = SubResource("RectangleShape2D_4qcsn")