minetest-laptop/apps/launcher_insert_floppy_app.lua
2017-12-06 19:17:36 +01:00

7 lines
201 B
Lua

laptop.register_app("launcher_insert_floppy", {
fullscreen = true,
formspec_func = function(launcher_app, os)
return "size[10,7]background[10,7;0,0;laptop_launcher_insert_floppy.png;true]"
end
})