mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-21 11:02:29 +08:00
675219e0f8
调整LGBT武器属性计算公式,增加角度和数量参数 为彩虹旗召唤物添加多子弹发射和延迟发射功能 修改子弹追踪逻辑和穿透属性 更新武器描述和能量消耗
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
[gd_scene load_steps=6 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" instance=ExtResource("1_fktqv")]
|
|
script = ExtResource("2_6d456")
|
|
attraction = 0.5
|
|
|
|
[node name="texture" parent="." index="2"]
|
|
sprite_frames = SubResource("SpriteFrames_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"]
|
|
|
|
[node name="static" parent="texture" index="7"]
|
|
position = Vector2(0, 15)
|
|
scale = Vector2(0.11, 0.11)
|
|
texture = ExtResource("3_r6sud")
|