Files
Techmino/modes/hotseat_2P.lua
2020-04-30 01:23:11 +08:00

29 lines
417 B
Lua

return{
name={
"本地多人",
"本地多人",
"Multiplayer",
},
level={
"2P",
"2P",
"2P",
},
info={
"不是联网也不是局域网",
"不是联网也不是局域网",
"No network\nlocal game only",
},
color=color.white,
env={
drop=60,lock=60,
freshLimit=15,
bg="none",bgm="way",
},
load=function()
newPlayer(1,20,15)
newPlayer(2,650,15)
end,
mesDisp=function(P,dx,dy)
end,
}