What will use less memory?

0 favourites
  • 5 posts
From the Asset Store
The game will give you a dog that appeared and you must say if he appeared more, less or equal.
  • I have this map. I want to put it in 1 layout. So I have question about it.

    What will work faster?

    • If I will split this map to parts, and then put it it game as sprites and then make collision polygons for each of them?

    or

    • If I will make all black color with tiled background and rounded edges with sprites?
  • Try to slice your sprites to be smaller. Not only it uses less memory. It also allows greater modularity.

    For collision polygons, use a sprite specifically for "solids" in your case. Expand them to fill the area as neccessary. You can turn them invisible in your game.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Try to slice your sprites to be smaller. Not only it uses less memory. It also allows greater modularity.

    For collision polygons, use a sprite specifically for "solids" in your case. Expand them to fill the area as neccessary. You can turn them invisible in your game.

    What if I'll make collisions like this and then fill empty places with tiled background?

    Also, which is better, two tiled backgrounds with length of 4 or 1 with length of 10?

  • Did you stretch the solid blocks for one floor instead of having many solid blocks? If so, you are doing correctly.

    Tiled backgrounds are better with smaller sizes. Let's say 64 x 64 to 512 x 512. But be sure to check performance on mobile devices. Some older smartphones will slow down badly with larger tiles.

  • You can check the memory usage located at the bottom of Construct 2 to get a rough estimate of how much memory your using

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