mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
5 lines
161 B
Lua
5 lines
161 B
Lua
|
-- helper file to be able to debug the simple menu on PC
|
||
|
-- without messing around with actual menu code!
|
||
|
PLATFORM="Android"
|
||
|
dofile("builtin/mainmenu/init.lua")
|