Topic: Sunshine Paradise - extra bricks

I spent some time recently enhancing the Sunshine Paradise level that comes with Open Surge. There is no new image needed, just add these few bricks:

brick 2
{
    
    // Same as #848 but passable. It covers most other
    // bricks that makes creating secret passages easier.
    
    type                 PASSABLE
    behavior             DEFAULT
    angle                0
    zindex               0.9
    
    sprite
    {
        source_file      "images/levels/1/brickset.png"
        source_rect      0 848 64 64
        frame_size       64 64
        
        animation
        {
            repeat       TRUE
            fps          8
            data         0
        }
    }
}

brick 3
{
    
    // A grass tile that acts as a platform that
    // one can jump up from beneath.
    
    type                 CLOUD
    behavior             DEFAULT
    angle                0
    
    sprite
    {
        source_file      "images/levels/1/brickset.png"
        source_rect      16 48 16 16
        frame_size       16 16
        
        animation
        {
            repeat       TRUE
            fps          8
            data         0
        }
    }
}

Re: Sunshine Paradise - extra bricks

Interesting. It's too bad Wrath never released his Act II brickset. Ah, well.

http://upload.surgeswarehouse.com/upload/tchsig.png
My Souncloud
My YouTube Channel
My Website

Re: Sunshine Paradise - extra bricks

Yeah I know. A short info on what the bricks do:

These new tiles makes it easy to implement and add new secret areas into your levels. The grass is pretty much a cloud platform which makes it easier to jump up from beneath.

The big brick is a passable wall that lies in front of the tunnel. This means that you can design deadly traps i.e. nails hidden behind the walls.

More bricks will follow.

Re: Sunshine Paradise - extra bricks

Been rather busy as of late. I'll check these bricks. And see if I can make any updates. The old brickset the biggest problem with them is that they needed more curved surfaces and more experimenting with foregrounds and backgrounds.

Re: Sunshine Paradise - extra bricks

Nice to have you back wrath. Do you think you can release a .brk file of your Sunshine Paradise brickset?

http://upload.surgeswarehouse.com/upload/tchsig.png
My Souncloud
My YouTube Channel
My Website