Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- combos={
- { name="Smash",
- keys={"UP","DOWN","UP","DOWN"},
- action=function(name,x,y)
- tfm.exec.explosion(x,y,20,50,false)
- end
- },
- { name="Jump",
- keys={"DOWN","DOWN"},
- action=function(name,x,y)
- tfm.exec.movePlayer(name,0,0,0,0,-50,true)
- end
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment