1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-27 15:00:30 +02:00
minetest/builtin/mainmenu/init_simple.lua

5 lines
163 B
Lua
Raw Permalink Normal View History

-- 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")