mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
7120eaa79e
refactor: 统一测试BOSS的wave配置 fix: 修正Parrier.gd中的launcher判断条件 perf: 调整MTY的攻击冷却时间和技能范围 style: 移除部分调试标记和冗余代码
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
[gd_scene format=3 uid="uid://b83iw0a062qp"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_fktqv"]
|
|
[ext_resource type="Script" uid="uid://11fi3jjdm810" path="res://scripts/Contents/Summons/LGBTFlag.gd" id="2_6d456"]
|
|
[ext_resource type="Texture2D" uid="uid://cwfyi61xkt4bt" path="res://resources/weapons/lgbt.jpeg" id="3_r6sud"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_r6sud"]
|
|
animations = [{
|
|
"frames": [],
|
|
"loop": true,
|
|
"name": &"idle",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [],
|
|
"loop": true,
|
|
"name": &"walk",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_r6sud"]
|
|
size = Vector2(112, 70)
|
|
|
|
[node name="LGBTFlag" unique_id=1526099188 instance=ExtResource("1_fktqv")]
|
|
script = ExtResource("2_6d456")
|
|
attraction = 1.0
|
|
displayName = "彩虹旗"
|
|
|
|
[node name="texture" parent="." index="3"]
|
|
sprite_frames = SubResource("SpriteFrames_r6sud")
|
|
|
|
[node name="staticBackground" parent="texture" index="0"]
|
|
position = Vector2(-0.99999994, 16)
|
|
scale = Vector2(0.10957062, 0.11560604)
|
|
texture = ExtResource("3_r6sud")
|
|
|
|
[node name="hitbox" parent="texture/hurtbox" index="0"]
|
|
position = Vector2(0, 15)
|
|
shape = SubResource("RectangleShape2D_r6sud")
|
|
|
|
[node name="normal" type="Node2D" parent="texture/weapons" index="0" unique_id=482903999]
|