1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00

5 Commits

Author SHA1 Message Date
fallingshrimp 1c1b011eb4 加了最小值 2026-01-17 11:34:35 +08:00
fallingshrimp f2094a538d fix: 调整游戏难度和平衡性
将初始波数从10改为1以降低游戏初始难度
减少猫角色的攻击冷却时间范围从3500-8000到2500-6000
添加背景图片资源文件
2025-11-16 16:34:59 +08:00
fallingshrimp d4501ae45d feat: 添加新武器彩虹旗和紫水晶簇,调整饲料属性和数值
refactor: 重构子弹生成逻辑,支持分裂和折射效果

fix: 修复掉落物拾取范围和碰撞检测问题

style: 优化UI显示,添加武器品质和类型标签

docs: 更新字段描述,调整部分饲料名称和分类

perf: 优化数学工具函数,添加随机数处理工具

test: 调整波次生成逻辑,添加新敌人类型

build: 添加新资源文件和相关导入配置
2025-09-05 22:23:41 +08:00
fallingshrimp 27b611fee1 feat(地图): 添加沙漠地图资源并更新世界场景
- 新增沙漠地图纹理资源及其导入配置
- 在世界场景中替换城堡地图为沙漠地图
- 为地图添加碰撞区域和边界
2025-08-29 16:36:35 +08:00
fallingshrimp 66413bd75d Add sound effects and character scripts
- Imported new sound effects: "Low Boing", "Low Whoosh", and "Pew" with corresponding import files.
- Created a new character script for "Hen" with basic AI and attack functionality.
- Implemented an effect controller script for managing particle effects with one-shot functionality.
2025-08-26 15:52:54 +08:00