Index: ps/trunk/binaries/data/mods/public/gui/pregame/backgrounds/kush.js =================================================================== --- ps/trunk/binaries/data/mods/public/gui/pregame/backgrounds/kush.js +++ ps/trunk/binaries/data/mods/public/gui/pregame/backgrounds/kush.js @@ -1,23 +1,23 @@ g_BackgroundLayerData.push( [ { - "offset": (time, width) => 0.02 * width * Math.cos(0.05 * time), + "offset": (time, width) => 0.07 * width * Math.cos(0.1 * time), "sprite": "background-kush1-1", - "tiling": true, + "tiling": true }, { - "offset": (time, width) => 0.04 * width * Math.cos(0.1 * time), + "offset": (time, width) => 0.05 * width * Math.cos(0.1 * time), "sprite": "background-kush1-2", - "tiling": true, + "tiling": true }, { - "offset": (time, width) => 0.04 * width * Math.cos(0.15 * time), + "offset": (time, width) => 0.04 * width * Math.cos(0.1 * time) + 0.01 * width * Math.cos(0.04 * time), "sprite": "background-kush1-3", - "tiling": true, + "tiling": true }, { - "offset": (time, width) => -40, + "offset": (time, width) => -0.1, "sprite": "background-kush1-4", - "tiling": false, - }, + "tiling": true + } ]); Index: ps/trunk/binaries/data/mods/public/gui/pregame/backgrounds/kush.xml =================================================================== --- ps/trunk/binaries/data/mods/public/gui/pregame/backgrounds/kush.xml +++ ps/trunk/binaries/data/mods/public/gui/pregame/backgrounds/kush.xml @@ -1,15 +1,27 @@ - + - + - + - +