1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-26 05:22:29 +08:00

Add laser sound effect and implement BigLaser bullet behavior

- Added laserbig.ogg sound effect import configuration.
- Created BigLaser script extending BulletBase with AI targeting and dot application functionality.
This commit is contained in:
2025-08-27 19:59:05 +08:00
parent 561e12398a
commit a688fe3b44
12 changed files with 102 additions and 13 deletions
+3 -3
View File
@@ -6,10 +6,10 @@
[node name="Cake" instance=ExtResource("1_f2mv8")]
avatarTexture = ExtResource("2_ijk6h")
displayName = "生日蛋糕"
fields = Array[int]([4, 8])
fieldValues = Array[float]([0.06, 0.075])
fields = Array[int]([4, 8, 15])
fieldValues = Array[float]([0.06, 0.075, 1.0])
costs = Array[int]([1])
costCounts = Array[int]([70])
costCounts = Array[int]([125])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_ijk6h")