07-01-2018, 12:27 PM
So i have been ripping from Saliens by opening the page's code with F12, downloading the javascript, serching for the images and sounds, going the ther URLs, and saving them to my computer. I have downloaded all of the assets i can, but now i have run into a few problems.
The planet Backgrounds,
the planet maps,
and the lasers.
you can find the code here.
if you can find them feel free to upload them to the spriter's resorce yourself.
The planet Backgrounds,
Code:
'https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/backgrounds/' + this.m_PlanetData.state.land_filename
the planet maps,
Code:
'https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/maps/' + instance.m_PlanetData.state.map_filename
and the lasers.
Code:
'beam_fr' + i + '.png'
'laserpath' + i + '.png'
'laserhit' + i + '.png'
you can find the code here.
if you can find them feel free to upload them to the spriter's resorce yourself.