optimal sprite dimensions

0 favourites
  • 3 posts
From the Asset Store
Minimal Sprite Font with Stroke for Pixel Art games.
  • guys, i'm back with another basic question about Construct2 games: when preparing sprites, is there an "optimal" or "recommended" dimensions that i should use (eg, keep sprites 16x16, 32x32, perfect ratio like that) like some development tools out there such as gamesalad; or can you create sprites that are odd shaped (just as a random example 24x57) and not impact performance? i'm not sure what happens "under the hood" during compile/interpreter time and what "best practices" i should follow. also, as a side note, the game i'm working on should run on desk top browsers as well as mobile devices (via cocoonjs, etc)...didnt know if the device platform had any impact on the sprite dimension rendering.

    any help would be greatly appreciate.

  • There are only two guidelines that are important:

    1) Keep all images under 2048x2048

    2) Use power-of-two size textures (32x32, 64x64, 128x128 etc.) for Tiled Background objects only - for sprites, the image size really does not matter.

    Since the latest beta, the editor will warn you with a balloon tip if you ever break either of these guidelines, but it won't enforce it (you can ignore the warning if you wish, but it is strongly recommended to stay within these limits).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • great thanks...that's exactly what i wanted to know :-)

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