mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-27 05:52:29 +08:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
|
|
[gd_scene format=3 uid="uid://jmpm68e3um3k"]
|
||
|
|
|
||
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_yfmqu"]
|
||
|
|
[ext_resource type="Script" uid="uid://bkopn3gee3qp1" path="res://scripts/Contents/Bullets/Wood.gd" id="2_f5eiv"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://bols4gt28y3a" path="res://resources/bullets/wood/wood.png" id="3_dol0b"]
|
||
|
|
|
||
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_dth5r"]
|
||
|
|
animations = [{
|
||
|
|
"frames": [{
|
||
|
|
"duration": 1.0,
|
||
|
|
"texture": ExtResource("3_dol0b")
|
||
|
|
}],
|
||
|
|
"loop": true,
|
||
|
|
"name": &"default",
|
||
|
|
"speed": 5.0
|
||
|
|
}]
|
||
|
|
|
||
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8j03k"]
|
||
|
|
size = Vector2(244, 32)
|
||
|
|
|
||
|
|
[node name="Wood" unique_id=5571707 instance=ExtResource("1_yfmqu")]
|
||
|
|
script = ExtResource("2_f5eiv")
|
||
|
|
displayName = "浮木"
|
||
|
|
penerate = 1.0
|
||
|
|
lifeTime = 5000.0
|
||
|
|
|
||
|
|
[node name="texture" parent="." index="0" unique_id=162977358]
|
||
|
|
scale = Vector2(0.4, 0.4)
|
||
|
|
sprite_frames = SubResource("SpriteFrames_dth5r")
|
||
|
|
|
||
|
|
[node name="hitbox" parent="." index="1" unique_id=175349408]
|
||
|
|
shape = SubResource("RectangleShape2D_8j03k")
|