Subversion Repositories AndroidProjects

Rev

Rev 1492 | Blame | Compare with Previous | Last modification | View Log | RSS feed

name "Test Stage";
startPosition 0, 0;
CheckPoint "A"
{
        position 250, 0;
        freeScroll 0, 500;
        continueCondition "";
        scrollSpeed 60;
}


CheckPoint "B"
{
        position 500, 0;
        freeScroll 0, 500;
        continueCondition "MidBossDestroyed";
        scrollSpeed 30;
}


CheckPoint "C"
{
        position 900, -200;
        freeScroll 0, 0;
        continueCondition "";
        scrollSpeed 100;
}


spawn BlobEnemy "bob"
{
        spawnTrigger 950, 260;
        spawnPosition -800, 20;
}


spawn BlobEnemy "bob"
{
        spawnTrigger 900, 200;
        spawnPosition -40, 24;
}


BackgroundElement "planet"
{
        layer 0;
        position 500, 250;
        size 400, 400;
        angle 0;
        pivot 0, 0;
        mirror false, false;
        texture "data/textures/bg/planet.png";
        scrollFactor 0.4, 0.4;
}


BackgroundElement "moon"
{
        layer 1;
        position 600, 0;
        size 200, 200;
        angle 0;
        pivot 0, 0;
        mirror false, false;
        texture "data/textures/bg/moon.png";
        scrollFactor 0.8, 0.8;
}


StaticElement "name1"
{
        layer 0;
        position 950, 300;
        size 512, 128;
        angle 45;
        pivot 0, 0;
        mirror true, false;
        texture "data/textures/elements/debris01.png";
        scrollFactor 1, 1;
        shape "data/textures/elements/debris01.shape";
}


StaticElement "name2"
{
        layer 0;
        position 641.5524, 301.6658;
        size 512, 128;
        angle -45;
        pivot 0, 0;
        mirror false, false;
        texture "data/textures/elements/debris01.png";
        scrollFactor 1, 1;
        shape "data/textures/elements/debris01.shape";
}