1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-29 23:41:54 +08:00
Files
Dog-Lynx-And-HCN/components/Summons/LGBTFlag.tscn
T
fallingshrimp 062219c5b9 feat(召唤物): 添加哈基米召唤物及相关功能
添加新的哈基米(HJM)召唤物,包括动画资源、攻击逻辑和武器配置。主要变更:
- 新增HJM召唤物脚本和场景,包含6帧动画
- 添加HJM专属子弹类型HJMAttack
- 修改SummonBase基类添加atk属性
- 调整武器系统支持召唤物攻击
- 优化子弹系统支持召唤者追踪
- 降低LGBT旗帜召唤物的生命值
2025-11-08 20:19:24 +08:00

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="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"]