2025-08-29 13:56:31 +08:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dpww053pxchsb"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_hvhrf"]
|
|
|
|
|
[ext_resource type="Script" path="res://scripts/Contents/Bullets/ChickSprint.gd" id="2_fecvj"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_rirs4"]
|
|
|
|
|
radius = 63.1269
|
|
|
|
|
|
|
|
|
|
[node name="ChickSprint" instance=ExtResource("1_hvhrf")]
|
|
|
|
|
script = ExtResource("2_fecvj")
|
2025-09-13 20:52:19 +08:00
|
|
|
displayName = "猛冲"
|
2025-08-29 13:56:31 +08:00
|
|
|
|
|
|
|
|
[node name="hitbox" parent="." index="1"]
|
|
|
|
|
shape = SubResource("CircleShape2D_rirs4")
|