File: init_simple.lua

package info (click to toggle)
minetest 0.4.17.1%2Brepack-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,492 kB
  • sloc: cpp: 121,020; xml: 46,127; ansic: 4,154; sh: 1,076; makefile: 744; python: 659; java: 484
file content (4 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
-- 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")