thunderrabbit / conswi

A swipe game for Godot 3
GNU General Public License v3.0
4 stars 4 forks source link

Add more images to tiles #44

Closed thunderrabbit closed 3 years ago

thunderrabbit commented 4 years ago
items

The image height should remain the same, 100 pixels. Each square should be exactly 100 by 100 pixels.

The order of the tiles should be the same as above, and then add the other animals to the right.

When finished, you have the tiles In this order, in a single image, 1100 pixels x 100 pixels:

  1. panda
  2. bear
  3. cow
  4. dog
  5. monkey
  6. sheep
  7. pig
  8. cat
  9. lion
  10. rabbit
  11. tiger

If you want to add more animals, add them after tiger, in the same 100 x 100 pixel format per animal.