A pong clone, but with a twist!
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- function powerControl(initiate, type)
- if initiate == 1 and type == 'special' then
- sounds["time"]:play() player1reverbav = false timeIsSlow = true originalSpeed = ballSpeed originalPaddle = paddle_SPEED player1reverbav = 0 potentialnuke1 = 0 potentialstrike1 = 0
- end
- end
- function powerUpdate()
-
- end
|