From 4a35a53582db2bf01022b64f32c4c0ed71f18b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Wed, 25 Mar 2026 06:21:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B8=B8=E6=88=8F=E5=86=85=E5=AE=B9):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95=E6=B3=A2=E6=AC=A1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=B9=B6=E6=B7=BB=E5=8A=A0=E9=85=B8=E9=A3=8E=E6=AD=A6?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将测试波次从WAVE_TESTBOSS_CHICK改为WAVE_TESTBOSS_KUKE 为公鸡角色添加酸风武器组件 --- components/Characters/Rooster.tscn | 6 +++++- scripts/Contents/Wave.gd | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/Characters/Rooster.tscn b/components/Characters/Rooster.tscn index d03d62e..d010fc6 100644 --- a/components/Characters/Rooster.tscn +++ b/components/Characters/Rooster.tscn @@ -1,8 +1,9 @@ -[gd_scene load_steps=20 format=3 uid="uid://dky8574uqc18r"] +[gd_scene load_steps=21 format=3 uid="uid://dky8574uqc18r"] [ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_e5pl8"] [ext_resource type="Script" uid="uid://cthtupc6dtbav" path="res://scripts/Contents/Characters/Rooster.gd" id="2_oqdqd"] [ext_resource type="PackedScene" uid="uid://cx7nogfnv7s8t" path="res://components/Weapons/Tree.tscn" id="3_0omr3"] +[ext_resource type="PackedScene" uid="uid://yq7vmijwvgx1" path="res://components/Weapons/AcidWind.tscn" id="4_0omr3"] [ext_resource type="AudioStream" uid="uid://cdrevrq7n6yqa" path="res://resources/sounds/effect/Boing.mp3" id="4_66s6c"] [ext_resource type="AudioStream" uid="uid://benyec5bqni0b" path="res://resources/sounds/effect/Chomp.wav" id="4_k0yme"] [ext_resource type="AudioStream" uid="uid://dmxh3bpk8vyy5" path="res://resources/sounds/effect/Coin.mp3" id="5_xnbhq"] @@ -105,6 +106,9 @@ process_mode = 4 offset_bottom = 350.0 debugRebuild = false +[node name="AcidWind" parent="weaponStore" index="1" instance=ExtResource("4_0omr3")] +debugRebuild = false + [node name="sprint" parent="sounds" index="0"] stream = ExtResource("4_66s6c") diff --git a/scripts/Contents/Wave.gd b/scripts/Contents/Wave.gd index c30aff7..b3b5ef9 100644 --- a/scripts/Contents/Wave.gd +++ b/scripts/Contents/Wave.gd @@ -50,7 +50,7 @@ static var WAVE_JUSTJOKE = [ Wave.create("Kernyr", 0, 0, true, 0, INF, 1), ] static var WAVE_EMPTY = [] -static var data = WAVE_NORMAL if WorldManager.isRelease() else WAVE_TESTBOSS_CHICK +static var data = WAVE_NORMAL if WorldManager.isRelease() else WAVE_TESTBOSS_KUKE static func create( entity_: String,