1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-01 00:41:54 +08:00
Files
Dog-Lynx-And-HCN/components/Bullets/FireScan.tscn
T

18 lines
641 B
Plaintext
Raw Normal View History

[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" uid="uid://dlg4g03ppdd2x" path="res://scripts/Contents/Bullets/FireScan.gd" id="2_qprdp"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4qcsn"]
size = Vector2(10, 200)
[node name="FireScan" instance=ExtResource("1_cqre5")]
script = ExtResource("2_qprdp")
displayName = "狱炎"
speed = 15.0
damage = 15.0
lifeDistance = 500.0
[node name="hitbox" parent="." index="1"]
shape = SubResource("RectangleShape2D_4qcsn")