minetest-laptop/themes/magma_theme.lua
Alexander Weber 77516396ea app_button is now desktop_icon
API updated
2018-02-21 21:07:53 +01:00

10 lines
441 B
Lua

laptop.register_theme("Magma", {
desktop_background = "laptop_theme_magma_desktop_background.png",
app_background = "laptop_theme_magma_app_background.png",
major_button = "laptop_theme_magma_major_button.png",
minor_button = "laptop_theme_minor_button.png",
back_button = "laptop_theme_magma_back_button.png",
exit_button = "laptop_theme_magma_exit_button.png",
desktop_icon_button = "laptop_theme_magma_desktop_icon_button.png",
})