mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat: 更新角色和武器配置,调整子弹效果
- 将Kernyr角色替换为Chick并更新相关属性 - 修改Rooster的武器配置,替换AcidWind为PurpleCrystal - 调整Yangyi子弹的纹理和粒子效果参数 - 提高武器Tree的攻击速率 - 移除调试标志并优化部分数值设置
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_i51w8"]
|
||||
[ext_resource type="Script" uid="uid://c3ax35jdfjqox" path="res://scripts/Contents/Bullets/Yangyi.gd" id="2_sku1m"]
|
||||
[ext_resource type="Texture2D" uid="uid://7hofo0ihj7sh" path="res://resources/bullets/yangyi/0.jpg" id="3_c3irh"]
|
||||
[ext_resource type="Texture2D" uid="uid://dnpqfqfg6dwt4" path="res://resources/bullets/pencil/frames/pencil-a.svg" id="3_c3irh"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_peenw"]
|
||||
animations = [{
|
||||
@@ -65,17 +65,13 @@ curve = SubResource("Curve_c3irh")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_c3irh"]
|
||||
particle_flag_disable_z = true
|
||||
angle_min = 1.0728835e-05
|
||||
angle_max = 360.00003
|
||||
angle_min = 90.000015
|
||||
angle_max = 90.000015
|
||||
direction = Vector3(-1, 0, 0)
|
||||
spread = 0.0
|
||||
initial_velocity_min = 1500.0
|
||||
initial_velocity_max = 1500.0
|
||||
angular_velocity_min = -100.000015
|
||||
angular_velocity_max = 99.999985
|
||||
initial_velocity_min = 500.0
|
||||
initial_velocity_max = 500.0
|
||||
gravity = Vector3(0, 0, 0)
|
||||
scale_min = 0.39999998
|
||||
scale_max = 0.39999998
|
||||
alpha_curve = SubResource("CurveTexture_peenw")
|
||||
|
||||
[node name="Yangyi" instance=ExtResource("1_i51w8")]
|
||||
@@ -86,7 +82,6 @@ lifeTime = 3000.0
|
||||
autoLoopAnimation = true
|
||||
|
||||
[node name="texture" parent="." index="0"]
|
||||
scale = Vector2(0.075, 0.075)
|
||||
sprite_frames = SubResource("SpriteFrames_peenw")
|
||||
|
||||
[node name="animator" parent="texture" index="0"]
|
||||
@@ -99,7 +94,6 @@ shape = SubResource("RectangleShape2D_x2cof")
|
||||
|
||||
[node name="trail" type="GPUParticles2D" parent="." index="2"]
|
||||
z_index = -1
|
||||
scale = Vector2(0.15, 0.15)
|
||||
texture = ExtResource("3_c3irh")
|
||||
local_coords = true
|
||||
process_material = SubResource("ParticleProcessMaterial_c3irh")
|
||||
|
||||
Reference in New Issue
Block a user