1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-27 14:02:29 +08:00

feat: 添加SCBlock和Bengbeng子弹类型及相关资源

feat(角色): 为Kernyr和CyberCat添加新攻击类型

refactor(角色): 更新Kernyr角色贴图和显示名称

feat(关卡): 调整测试关卡配置和敌人波次

style: 更新子弹资源文件及导入配置
This commit is contained in:
2026-04-04 21:07:16 +08:00
parent c413744dbf
commit b343708b3b
35 changed files with 716 additions and 18 deletions
+6 -5
View File
@@ -1,7 +1,7 @@
[gd_scene load_steps=5 format=3 uid="uid://47ek7kev66gj"]
[gd_scene format=3 uid="uid://47ek7kev66gj"]
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_afsds"]
[ext_resource type="Script" uid="uid://m28dwfwmmhmh" path="res://scripts/Contents/Characters/Kernyr.gd" id="2_pixbe"]
[ext_resource type="Script" uid="uid://cnqdjw7i7noxk" path="res://scripts/Contents/Characters/CyberCat.gd" id="2_afsds"]
[ext_resource type="Texture2D" uid="uid://5o6446vmerf5" path="res://resources/bullets/yangyi/cat.jpg" id="3_afsds"]
[sub_resource type="SpriteFrames" id="SpriteFrames_vkls3"]
@@ -17,9 +17,10 @@ animations = [{
"speed": 5.0
}]
[node name="CyberCat" instance=ExtResource("1_afsds")]
script = ExtResource("2_pixbe")
displayName = "赛博猫猫🥵"
[node name="CyberCat" unique_id=1689157073 instance=ExtResource("1_afsds")]
script = ExtResource("2_afsds")
displayName = "赛博猫猫"
metadata/_edit_vertical_guides_ = [200.0]
[node name="texture" parent="." index="3"]
sprite_frames = SubResource("SpriteFrames_vkls3")
+5 -5
View File
@@ -1,8 +1,8 @@
[gd_scene load_steps=6 format=3 uid="uid://dt3xviil00bw4"]
[gd_scene format=3 uid="uid://dt3xviil00bw4"]
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_bha5j"]
[ext_resource type="Script" uid="uid://m28dwfwmmhmh" path="res://scripts/Contents/Characters/Kernyr.gd" id="2_vkls3"]
[ext_resource type="Texture2D" uid="uid://dwwpkn4q07ja2" path="res://icon.svg" id="3_vkls3"]
[ext_resource type="Texture2D" uid="uid://d34vkibm8a5e7" path="res://resources/characters/kernyr/koshino.jpg" id="3_vkls3"]
[sub_resource type="SpriteFrames" id="SpriteFrames_vkls3"]
animations = [{
@@ -20,9 +20,9 @@ animations = [{
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vkls3"]
size = Vector2(190, 190)
[node name="Kernyr" instance=ExtResource("1_bha5j")]
[node name="Kernyr" unique_id=2092386193 instance=ExtResource("1_bha5j")]
script = ExtResource("2_vkls3")
displayName = "Chick"
displayName = "KOSHINO"
drops = Array[int]([0, 1])
dropCounts = Array[Vector2]([Vector2(30, 50), Vector2(20, 40)])
appleCount = Vector2i(2, 5)
@@ -32,7 +32,7 @@ sprite_frames = SubResource("SpriteFrames_vkls3")
[node name="staticBackground" parent="texture" index="0"]
position = Vector2(0, -46)
scale = Vector2(1.5, 1.5)
scale = Vector2(0.3135416, 0.3135416)
texture = ExtResource("3_vkls3")
[node name="hitbox" parent="texture/hurtbox" index="0"]
+5
View File
@@ -3,6 +3,7 @@
[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://bbrllsqjmx0ie" path="res://components/Weapons/DaoStatue.tscn" id="3_da2ca"]
[ext_resource type="PackedScene" uid="uid://cx7nogfnv7s8t" path="res://components/Weapons/Tree.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"]
@@ -102,6 +103,10 @@ process_material = SubResource("ParticleProcessMaterial_joj4g")
process_mode = 4
[node name="DaoStatue" parent="weaponStore" index="0" unique_id=265403254 instance=ExtResource("3_da2ca")]
debugRebuild = false
[node name="Tree" parent="weaponStore" index="1" unique_id=185228402 instance=ExtResource("4_0omr3")]
debugRebuild = false
[node name="sprint" parent="sounds" index="0"]
stream = ExtResource("4_66s6c")