Jump to content

Spriter design question in Construct2


rainbox

Recommended Posts

Hello! Love Spriter. I have a quick design/C2 question.

 

Right now I have all my sprites/animations in one SCML file. That one file has my character, items, and backgrounds as different entities. If my sprite count gets very big though, does it matter if I'm still only using one SCML file for everything? Or is it better to create multiple SCML files and separate categories of sprites into them (like one for characters, one for items, etc.) and just create each when needed? I'm just wondering how it works from workflow/computer resources put of view.

 

Thanks :)

Link to comment
Share on other sites

It's probably best for workflow and resources that you use separate scml for separate types of things.  The C2 implementation creates all the actual sprite objects used to create the characters, so you will be using a lot of additional resources if everything is in one huge file.  This also makes it easier to have different logic for different items and enemies, since they'll already be separate objects with separate names.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...