Commit Graph

278 Commits

Author SHA1 Message Date
1f66376857
Items held by the player upon death are also destroyed.
玩家死亡后持有的物品也会被销毁。
2024-10-18 14:56:58 +08:00
5ad4c1f09d
Add audio logs.
加入音频的日志。
2024-10-18 12:44:26 +08:00
6807064bd8
The world will be generated automatically after the player dies.
玩家死亡之后会自动生成世界了。
2024-10-17 17:16:47 +08:00
9352f2c32b
No longer throws all items after the player dies, and recreates the map after the player dies.
玩家死亡后不再扔出所有物品,在玩家死亡后重新创建地图。
2024-10-17 16:08:21 +08:00
d36c909dec
Fixed an issue where players did not trigger spawns and did not spawn when entering the room again.
修复玩家没有触发刷怪,再次进入房间不刷怪的问题。
2024-10-17 11:04:43 +08:00
359d465ac9
Join the reading room.
加入阅读室。
2024-10-16 20:15:39 +08:00
15b6f34621
Join the cell.
加入牢房。
2024-10-16 16:42:32 +08:00
176e0dcb90
Add new taglines.
加入新的标语。
2024-10-16 15:17:55 +08:00
02a0e92d38
Fixed an issue where the first frame of the projectile launched by the projectile weapon was not oriented correctly. Modify the new presentation diagram.
修复抛射体武器发射的抛射体第一帧方向不对的问题。修改新的演示图。
2024-10-14 11:02:29 +08:00
e370009b18
Fixed an issue where the UI would not refresh properly when placing a weapon in slot 1 in the spell editor.
修复将槽位为1的武器放到法术编辑器上UI无法正常刷新的问题。
2024-10-13 17:53:37 +08:00
8bd7113153
Add a tracking spell.
加入跟踪法术。
2024-10-12 14:49:21 +08:00
35cb1296c7
Add Magic missile.
加入魔法飞弹。
2024-10-12 10:57:58 +08:00
16c1a8185c
Fixed an issue where triple shot spells did not work.
修复三重射击法术无效的问题。
2024-10-11 19:49:00 +08:00
e0e4c80e94
Example Remove the ability to upload logs to the server.
移除向服务器上传日志的功能。
2024-10-11 17:59:47 +08:00
94e620befd
Upgrade the dependent library.
升级依赖库。
2024-10-11 17:33:57 +08:00
1fee1cce86
Adjust when to load resources.
调整加载资源的时机。
2024-10-11 17:22:31 +08:00
e21d37edce
Fixed an issue where players were blocked by a wall when entering a room.
修复玩家进入房间时被墙挡住的问题。
2024-10-11 14:52:39 +08:00
891986f706
Thrown items no longer have collision damage.
扔出的物品不再具有碰撞伤害。
2024-10-11 10:22:28 +08:00
fc1a12acd0
Players standing on the edge of the platform can also jump down.
玩家站在平台边缘也可以向下跳跃了。
2024-10-10 16:29:54 +08:00
eb6be280e0
Fixed an issue where weapons would block projectiles.
修复武器会阻挡抛射体的问题。
2024-10-10 16:03:07 +08:00
c2e84783e8
The player will no longer always use items when interacting with the UI or furniture.
当玩家与UI或家具交互时不再一直使用持有的物品了。
2024-10-10 14:11:34 +08:00
f3c46f2668
Fixed an issue where items would not be lost after player death.
修复玩家死亡后物品不会丢失的问题。
2024-10-10 10:53:13 +08:00
88813fe837
Fixed an issue where items held in hand would not refresh when placing them in a selected slot.
修复将物品放到已选中的槽位时,手中持有的物品没刷新的问题。
2024-10-10 10:13:54 +08:00
9416993849
Give the enemy pause after the attack.
使敌人攻击后有所停顿。
2024-10-09 21:21:38 +08:00
35dc2ee1b9
Make the barrier stop pickables.
使屏障可阻止可拾捡物。
2024-10-09 17:36:59 +08:00
5b5a9ae198
Fixed an issue where Ai characters could not attack with weapons.
修复Ai角色使用武器无法攻击的问题。
2024-10-09 16:51:03 +08:00
3695a7ef11
Add beginner's wand.
加入初学者法杖。
2024-10-09 15:54:43 +08:00
929dfb5f2f
Unified Resource loading api, projectile weapon allows to configure spells.
统一资源加载的api,抛射体武器允许配置法术。
2024-10-09 10:49:10 +08:00
d1c0f1e265
Add animations to show and hide mini maps.
为迷你地图的显示和隐藏加入动画。
2024-10-09 10:21:26 +08:00
53889ef2fd
Support split-wave Spawn monsters now.
支持分波次刷出怪物了。
2024-10-08 22:04:37 +08:00
d80c49ab02
Adjust the time of spawns of items and enemies in the map to when the player first enters the room.
将地图中物品,敌人生成的时机调整到玩家首次进入房间时。
2024-10-08 16:11:51 +08:00
5371d31d99
Split the function that places the barrier.
拆分放置屏障的函数。
2024-10-08 10:52:42 +08:00
5f9961aad7
Update texture.
更新纹理。
2024-10-08 09:59:33 +08:00
dd89150026
Remove operation prompt.
移除操作提示。
2024-10-08 09:33:41 +08:00
726e2b3d00
Fixed an issue where the triple shot spell could not be used.
修复三重射击法术无法使用的问题。
2024-10-08 09:26:11 +08:00
feeb8261e3
Fixed an issue where items were overwritten using the wrong index when picking them up.
修复捡起物品时,使用错误的索引导致物品覆盖的问题。
2024-10-08 09:03:10 +08:00
291ef653f0
Added wooden boxes and tutorial levels.
加入木箱子和教程关卡。
2024-10-07 23:29:08 +08:00
a9ab4a687c
Add the Necromancy Curse spell.
加入死灵诅咒法术。
2024-10-07 15:42:54 +08:00
25ad117d6f
Add melee weapons.
加入近战武器。
2024-10-07 15:17:04 +08:00
f313240400
The discharge certificate will no longer be deducted.
离职证明不再持续扣血了。
2024-10-06 16:10:00 +08:00
02f2fa0d93
Joining and leaving certificate.
加入离职证明。
2024-10-06 12:04:59 +08:00
bfc5ee6ac9
Modify the texture.
修改纹理。
2024-10-06 09:47:36 +08:00
4a4d4a0c37
Fixed an issue where AI could not pick up weapons.
修复AI不能捡起武器的问题。
2024-10-05 20:56:50 +08:00
4e83bca579
Ignore the Android build directory.
忽略安卓的编译目录。
2024-10-05 20:02:14 +08:00
6d9b9ca7ec
Improved the loading range of spells.
改进法术的加载范围。
2024-10-05 17:15:19 +08:00
3f96519ac0
Add the triple shot spell.
加入三重射击法术。
2024-10-05 16:19:31 +08:00
407798b13b
Recoil is calculated only after successful firing.
仅在成功开火后计算后座力。
2024-10-05 10:53:07 +08:00
e718d78137
Fixed item ID and its container being lost when throwing items. Pick up the weapon again can not fire the bullet issue.
修复扔出物品时,物品的ID与自身的物品容器丢失。再次捡起武器无法发射子弹的问题。
2024-10-05 10:20:55 +08:00
b7805c5804
Fixed array subscript out of bounds issue.
修复数组下标越界的问题。
2024-10-05 09:52:53 +08:00
839d60b62a
Allows players to reload projectiles on their weapons.
允许玩家对武器装填抛射体了。
2024-10-05 09:13:14 +08:00