1
0
mirror of https://github.com/moparisthebest/minetest synced 2025-03-10 14:49:41 -04:00
minetest/builtin/mainmenu/init_simple.lua

5 lines
163 B
Lua
Raw 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")