New layout per level?

0 favourites
  • 2 posts
From the Asset Store
Per Pixel Destruction like in "Worms" (perfect performance, no third party plugins)
  • Hi guys, I'm making an RPG with multiple level/locations. Each level looks completely different, and I wondered should I use a separate layout for each?

    It sounds sensible to use a separate layout of course, but what about HUD items like score, current weapon etc. If I had a different layout for each I'd need a copy of these on each, which is fine until I come to change the position of them (it might happen!). And then I'd have to update ALL my layouts, and by then there might be many. I'm planning a game with 20+ layouts.

    How best is it to approach this?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Separate layouts is fine. HUDs are documented on the formum: either make the elements Global, so they stay around when the next layout is displayed, or generate the HUD with events, at the beginning of each layout. You can share event sheets, so this only needs to be coded once, and added to "On start of layout", for example.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)