History for DungeonShooting / DungeonShooting_Godot / src / framework / ActivityObject.cs
2023-02-13
@小李xl
PutDown()参数改为枚举类型
小李xl committed on 13 Feb 2023
2023-02-12
@小李xl
还原物体root和导航区域计算
小李xl committed on 12 Feb 2023
@小李xl
测试TileMap碰撞, 还原子弹撞墙特效(还有点问题)
小李xl committed on 12 Feb 2023
2023-02-10
@小李xl
玩家已经能正常拾起武器并开火了
小李xl committed on 10 Feb 2023
2023-02-08
@小李xl
升级到Godot4.0, 目前还不能正常就行游戏
小李xl committed on 8 Feb 2023
2023-02-02
@小李xl
弹壳消失时添加闪烁效果, 地牢房间生成移入RoomManager中, 目前已经在地上绘制出房间所占区域
小李xl committed on 2 Feb 2023
2023-02-01
@lijincheng
小修改
lijincheng committed on 1 Feb 2023
2022-12-20
@小李xl
Role的移动改用移动控制器, 目前Ai移动还存在点问题
小李xl committed on 20 Dec 2022
@小李xl
测试靠力来移动
小李xl committed on 20 Dec 2022
2022-12-15
@小李xl
解决层级问题
小李xl committed on 15 Dec 2022
2022-12-14
@小李xl
墙体层级修改, 还是有点问题
小李xl committed on 14 Dec 2022
2022-12-13
@小李xl
修复投抛物体层级显示不对的bug
小李xl committed on 13 Dec 2022
2022-12-12
@小李xl
更改Role设置texture方式
小李xl committed on 12 Dec 2022
2022-12-10
@小李xl
Ai在弹药耗尽时自动寻找能用的武器
小李xl committed on 10 Dec 2022
2022-12-08
@小李xl
新增ai状态, 现在会围绕玩家随机移动
小李xl committed on 8 Dec 2022
2022-11-29
@小李xl
优化状态机API, 添加调试绘制模式
小李xl committed on 29 Nov 2022
2022-11-16
@小李xl
路径标记点
小李xl committed on 16 Nov 2022
@小李xl
在ActivityObject上加动画播放器
小李xl committed on 16 Nov 2022
2022-11-12
@小李xl
添加敌人视野
小李xl committed on 12 Nov 2022
2022-11-11
@lijincheng
添加Role状态控制器
lijincheng committed on 11 Nov 2022
2022-11-08
@小李xl
调整部分代码, 添加注释
小李xl committed on 8 Nov 2022
2022-11-07
@小李xl
将子弹的逻辑代码移植至 ActivityObject 子类, 添加自动成 ResourcePath.cs 类功能
小李xl committed on 7 Nov 2022
2022-11-06
@小李xl
修复PickUpWeapon()后武器仍在闪光的问题
小李xl committed on 6 Nov 2022
@小李xl
敌人手持武器, 目前还有很多问题
小李xl committed on 6 Nov 2022
2022-11-05
@小李xl
添加敌人对象, 目前还没有任何逻辑
小李xl committed on 5 Nov 2022
2022-11-03
@小李xl
像素化后解决ui问题
小李xl committed on 3 Nov 2022
2022-10-28
@小李xl
修复调用PutDown报错的问题
小李xl committed on 28 Oct 2022
@小李xl
新版游戏物体架构已经基本完成
小李xl committed on 28 Oct 2022
2022-10-27
@小李xl
补全Pickup和PutDown函数, 移除原始版本ThrowNode
小李xl committed on 27 Oct 2022
@小李xl
删除老版本的Throw节点, 并将还原弹出弹壳的功能
小李xl committed on 27 Oct 2022