1
0
mirror of https://github.com/minetest/minetest.git synced 2024-06-30 07:20:22 +02:00
minetest/builtin/mainmenu/init_simple.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")