return { name = "Alpha Abyss", theme = "alpha.ogg", portrait = 7, -- TODO: See `maps/ribbit`. center = {x = 0, y = -80}, width = 360, height = 240, respawns = { {x = -30, y = 0}, {x = 30, y = 0}, {x = 0, y = 0}, {x = -120, y = -50}, {x = 120, y = -50}, {x = 0, y = -75} }, create = { { ratio = 0, background = "assets/backgrounds/alpha.png", }, { x = -60, y = 0, platform = "alpha-big", }, { x = -145, y = -50, platform = "alpha-small", }, { x = 85, y = -50, platform = "alpha-small", }, { x = -30, y = -80, platform = "alpha-small", } }, }