File: jumping_jack.lua

package info (click to toggle)
blobby 1.1.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,944 kB
  • sloc: cpp: 22,442; xml: 779; python: 56; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
__AUTHOR__ = "chameleon"
__TITLE__  = "Crazy Volley - Jumping Jack"
function HandleInput(player, left, right, up)
	return left, right, true
end