Jump to content

The Aurora Style Guide And Sprite Contribution Manifesto


Recommended Posts

  • 4 weeks later...
  • 4 weeks later...

On Contained Sprites

1. Abolishing contained_sprites as a folder altogether.

Contained sprites is going to be our de-facto way we do sprites going forward. Therefore, as the default, it shouldn't be put aside into one folder since it's our new standard.

Custom items are an obvious exception to this.

2. Try to match the OG path as much as possible.

This'll save time digging around in .dmis looking for their paths when you simply can copy paste the in-code path. Works both ways.

image.png.3f42eeaedf5080360f866d28c8ecafdc.png

3. Try to sort similar categories together

As above, easier to search up. Plus, might as well use BYOND's inheritance thing.

Good example is the sweater accessories. Thus, we can knock out the contained_sprite = TRUE out in one shot rather than manually setting each and every one.

4. If it is an image or overlay, put it with the object it is supposed to be overlaid with.

If not possible, use path of object overlaid with instead.

For example, the Skrell projector, the overlay effect is in the same .dmi for convenience reasons.

 

 

Link to comment
  • wowzewow changed the title to The Aurora Style Guide And Sprite Contribution Manifesto

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

×
×
  • Create New...