Compress location data into a single byte.
This commit is contained in:
parent
ea8b0360bc
commit
c86589ec6a
3 changed files with 42 additions and 35 deletions
3
menu.lua
3
menu.lua
|
@ -5,8 +5,7 @@ function init_menu()
|
|||
end
|
||||
|
||||
function menu_input()
|
||||
-- todo: implement an actual menu
|
||||
menu_mode = false
|
||||
menu_mode = false -- todo: implement an actual menu
|
||||
end
|
||||
|
||||
function draw_menu()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue