新增spike计数器

This commit is contained in:
MrZ626
2021-05-16 20:29:01 +08:00
parent d7a10c00ed
commit bcb5d3eba4
4 changed files with 21 additions and 3 deletions

View File

@@ -151,6 +151,8 @@ local function newEmptyPlayer(id,mini)
--Attack-related
P.atkBuffer={}
P.atkBufferSum,P.atkBufferSum1=0,0
P.spike,P.spikeTime=0,0
P.spikeText=love.graphics.newText(getFont(100))
--Attacker-related
P.badge,P.strength=0,0