Discord Button Added and changed the size of the buttons

This commit is contained in:
Kacper Kostka
2023-02-23 16:57:33 +01:00
parent 5d3330377e
commit 2a86ec6734
11 changed files with 35 additions and 48 deletions

View File

@@ -64,7 +64,8 @@ function mm_game_theme.reset()
if not have_bg then
if core.settings:get_bool("menu_clouds") then
core.set_clouds(true)
--core.set_clouds(true)
mm_game_theme.set_dirt_bg()
else
mm_game_theme.set_dirt_bg()
end
@@ -198,6 +199,6 @@ function mm_game_theme.set_music(gamedetails)
if mm_game_theme.music_handle ~= nil then
core.sound_stop(mm_game_theme.music_handle)
end
local music_path = gamedetails.path .. DIR_DELIM .. "menu" .. DIR_DELIM .. "theme"
local music_path = "amogus_incomming"
mm_game_theme.music_handle = core.sound_play(music_path, true)
end
end