Discord Button Added and changed the size of the buttons
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user