Skip to content

Commit

Permalink
性能优化V2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaa-bbaa committed Apr 17, 2020
1 parent 844a456 commit 163952c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game1_dev.bat
Expand Up @@ -1868,13 +1868,14 @@ for /f "Tokens=2 delims==" %%i in (var/Player_.env) do (
if "!方块Id!"=="11" (
if !EntityInfo_%%i_血量! lss !EntityInfo_%%i_总血量! (
Set /a EntityInfo_%%i_血量+=1
Call :血量条重算 %%i
)
)
if "!方块Id!"=="15" (
Set /a EntityInfo_%%i_血量-=1
Call :玩家死亡判断 %%i
Call :血量条重算 %%i
)
Call :血量条重算 %%i
) else (
Call :玩家死亡判断 %%i
Call :血量条重算 %%i
Expand Down
1 change: 1 addition & 0 deletions 操作说明.txt
@@ -1,2 +1,3 @@
WASD�ƶ�
J��ѡ�����
R/T�����¿�ʼ��Ϸ
4 changes: 4 additions & 0 deletions 版本记录.txt
Expand Up @@ -98,4 +98,8 @@
1.全新特效效果
2.平衡性调整
3增加@老刘一号的新自定义地图
================2020/04/16 21:53================
1.移动效果调整
2.性能优化
3.新地图
================================================

0 comments on commit 163952c

Please sign in to comment.