init_simple.lua 163 B

1234
  1. -- helper file to be able to debug the simple menu on PC
  2. -- without messing around with actual menu code!
  3. PLATFORM = "Android"
  4. dofile("builtin/mainmenu/init.lua")