Subversion Repositories AndroidProjects

Rev

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

name "Test Stage";
startPosition 0, 0;

CheckPoint "A"
{
        position 250, 0;
        freeScroll 0, 500;
        scrollSpeed 60;
}

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

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

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

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

EnemyDestroyCondition "MidBossDestroyed"
{
        enemy "bob";
        healthLessEqual 0;
}

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

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


StaticElement "name1"
{
        texture "data/textures/elements/debris01.png";
        shape "data/textures/elements/debris01.shape";
        position 950, 300;
        size 512, 128;
        angle 45;
}

StaticElement "name2"
{
        texture "data/textures/testL.png";
        shape "data/textures/testL.shape";
        position 550, 400;
        size 256, 128;
        angle 5;
}