您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
318 B

  1. function powerControl(initiate, type)
  2. if initiate == 1 and type == 'special' then
  3. sounds["time"]:play() player1reverbav = false timeIsSlow = true originalSpeed = ballSpeed originalPaddle = paddle_SPEED player1reverbav = 0 potentialnuke1 = 0 potentialstrike1 = 0
  4. end
  5. end
  6. function powerUpdate()
  7. end