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/HJMAttack.tscn
T
fallingshrimp 9c3ee1447a feat(子弹): 为多种子弹添加穿透属性
为LightGun、Meowmere、HJMAttack等子弹组件添加penerate穿透属性,调整部分子弹的穿透值和伤害参数
2026-01-18 15:09:49 +08:00

16 lines
594 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dumdbryl6i3ph"]
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_i8ntk"]
[ext_resource type="Script" uid="uid://ccmahaw065xaj" path="res://scripts/Contents/Bullets/HJMA.gd" id="2_ml2df"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_i8ntk"]
size = Vector2(200, 200)
[node name="HJMA" instance=ExtResource("1_i8ntk")]
script = ExtResource("2_ml2df")
penerate = 1.0
lifeTime = 50.0
[node name="hitbox" parent="." index="1"]
shape = SubResource("RectangleShape2D_i8ntk")