diff options
author | ubq323 <ubq323@ubq323.website> | 2025-06-10 19:49:34 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2025-06-10 19:49:34 +0100 |
commit | 8a159c4560c2e3a405c137c560531aa25cd65c36 (patch) | |
tree | 849f6e8e791663c84c56b4cdfe9e552afdfb08c7 /client/game.lua | |
parent | 56395199d3fbcdb21a31a6f5932d624100033cc2 (diff) |
last changes for release
Diffstat (limited to 'client/game.lua')
-rw-r--r-- | client/game.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/game.lua b/client/game.lua index 2ad6404..9b483a8 100644 --- a/client/game.lua +++ b/client/game.lua @@ -26,6 +26,7 @@ local cam = Camera(nil, 20) local host, conn function M.load(_host,_conn,j) host=_host conn=_conn lp.pos=Pos(j.pos.x,j.pos.y) lp.name=j.name lp.color=j.color end +function M.quit() conn:disconnect() host:flush() end local show={ui=true,debug=false} local chatmsg = nil |