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

15 lines
556 B
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=3 uid="uid://dse2033lnmr7h"]
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_qcnih"]
[ext_resource type="Script" path="res://scripts/Contents/Bullets/ChickSprint.gd" id="2_87hcl"]
[sub_resource type="CircleShape2D" id="CircleShape2D_rirs4"]
radius = 63.1269
[node name="BearSprint" instance=ExtResource("1_qcnih")]
script = ExtResource("2_87hcl")
displayName = "猛冲"
[node name="hitbox" parent="." index="1"]
shape = SubResource("CircleShape2D_rirs4")