mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
73adc34aef
- 为LGBTFlag添加500点最大生命值 - 调整NuclearBomb的旋转逻辑和AcidBulletBase的移动行为 - 重写WhiteSoul子弹逻辑,增加随机大小和速度 - 修改Oxygener武器,允许使用能量替代篮球消耗 - 更新多个场景文件,优化属性和描述
27 lines
903 B
Plaintext
27 lines
903 B
Plaintext
[gd_scene format=3 uid="uid://qx8h1dcbyy1j"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_hfsul"]
|
|
[ext_resource type="Script" uid="uid://wt1fn2vjtlen" path="res://scripts/Contents/Bullets/AcidBulletBase.gd" id="2_y4hkm"]
|
|
[ext_resource type="Texture2D" uid="uid://b47ixncbxcs4u" path="res://resources/bullets/acids/template.png" id="3_rku1t"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_3gf7s"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_rku1t")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="AcidBulletBase" unique_id=1827668506 instance=ExtResource("1_hfsul")]
|
|
script = ExtResource("2_y4hkm")
|
|
acidType = 0
|
|
displayName = "酸液"
|
|
speed = 15.0
|
|
lifeTime = 1000.0
|
|
|
|
[node name="texture" parent="." index="0" unique_id=162977358]
|
|
sprite_frames = SubResource("SpriteFrames_3gf7s")
|