2025-08-26 17:28:20 +08:00
|
|
|
[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"]
|
2025-11-16 16:01:03 +08:00
|
|
|
[ext_resource type="Script" uid="uid://dlg4g03ppdd2x" path="res://scripts/Contents/Bullets/FireScan.gd" id="2_qprdp"]
|
2025-08-26 17:28:20 +08:00
|
|
|
|
2025-08-29 11:34:25 +08:00
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4qcsn"]
|
2025-11-16 16:01:03 +08:00
|
|
|
size = Vector2(10, 200)
|
2025-08-26 17:28:20 +08:00
|
|
|
|
|
|
|
|
[node name="FireScan" instance=ExtResource("1_cqre5")]
|
|
|
|
|
script = ExtResource("2_qprdp")
|
2025-09-13 20:52:19 +08:00
|
|
|
displayName = "狱炎"
|
2025-11-16 16:01:03 +08:00
|
|
|
speed = 15.0
|
|
|
|
|
damage = 15.0
|
|
|
|
|
lifeDistance = 500.0
|
2025-08-26 17:28:20 +08:00
|
|
|
|
|
|
|
|
[node name="hitbox" parent="." index="1"]
|
2025-08-29 11:34:25 +08:00
|
|
|
shape = SubResource("RectangleShape2D_4qcsn")
|