mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-09 11:56:53 +00:00
11 lines
222 B
Lua
11 lines
222 B
Lua
local M = {}
|
|
|
|
function M.get_help()
|
|
msg.post("ui#gui","help",{ position = vmath.vector3(24, 680, 0) })
|
|
end
|
|
|
|
function M.quit_help()
|
|
msg.post("ui#gui","quit_help",{ position = vmath.vector3(-160, 800, 0) })
|
|
end
|
|
|
|
return M |