fallingshrimp
002ad98831
feat(人物): 添加熊角色及其攻击逻辑
...
- 在EntityBase中修改findWeaponAnchor方法以支持空节点检查
- 实现熊角色的注册、生成和AI行为
- 添加熊角色的攻击动画和武器锚点
- 在Wave数据中添加熊角色作为Boss
- 新增熊角色的子弹资源SunDance
2025-09-07 09:48:03 +08:00
fallingshrimp
94589131fa
feat(武器系统): 添加七彩矢武器及其相关资源
...
添加新的七彩矢武器系统,包括武器脚本、子弹特效、着色器和动画资源
为Rooster角色添加新武器选项
实现光效追踪和颜色渐变效果
调整窗口模式为2(全屏)
2025-09-07 09:25:51 +08:00
fallingshrimp
171dbb1131
refactor(BulletBase/EntityBase): 重构子弹和实体属性系统
...
将子弹的fields属性拆分为独立的speed、damage和penerate变量
为所有子弹和实体添加register方法用于初始化属性
统一攻击冷却时间管理为attackCooldownMap
移除FieldStore中不再使用的Bullet相关枚举和映射
2025-08-29 10:50:22 +08:00
fallingshrimp
28b86e8b1e
feat: 添加子弹生成和动画功能,创建铅笔子弹及其资源
2025-08-27 13:30:50 +08:00
fallingshrimp
873630e969
Add bear-walk-h SVG texture import and create Bear character script
...
- Added a new texture import configuration for the bear-walk-h SVG file, enabling it to be used as a compressed texture in the project.
- Created a new GDScript file for the Bear character, extending from EntityBase to define its behavior and properties.
2025-08-27 13:05:20 +08:00