OL33UKKSQH4TKDUZMAZFEU3AOOMO5NZWBTZZ6I7VIC73BQPZI26AC
FXI74QCLOZ4BS7UVZ3U2PE3LOL7MX3FWGHZCTGH3DYFXGTXVVIRAC
function pong.keychord_pressed(key)
function pong.keychord_pressed(chord, key)
if key == 'space' then
if chord == 'space' then
if key == 'e' then
if chord == 'e' then
if key == 'down' then
if chord == 'down' then
if key == 'up' then
if chord == 'up' then
if key == 'a' then
if chord == 'a' then
if key == 'z' then
if chord == 'z' then