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"]
|
|
|
|
|
[ext_resource type="Script" path="res://scripts/Contents/Bullets/FireScan.gd" id="2_qprdp"]
|
|
|
|
|
|
2025-08-29 11:34:25 +08:00
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4qcsn"]
|
2025-08-29 12:42:44 +08:00
|
|
|
size = Vector2(50, 50)
|
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-08-26 17:28:20 +08:00
|
|
|
lifeDistance = 200.0
|
|
|
|
|
|
|
|
|
|
[node name="hitbox" parent="." index="1"]
|
2025-08-29 11:34:25 +08:00
|
|
|
shape = SubResource("RectangleShape2D_4qcsn")
|