I was wondering...

  • 2 Replies
  • 1603 Views
*

Offline Sarah

  • 4
  • 0
    • View Profile
I was wondering...
« on: June 27, 2010, 04:28:56 »
Hello, I'm new to the forums, but i have been making knytt stories levels for a loooonngggg time, but, i was wondering, if you made a Custom object and it was more that 24x24 pixels, how do you code it?

*

Offline Firecat

  • 370
  • 52
  • Every bit is important.
    • View Profile
Re: I was wondering...
« Reply #1 on: June 27, 2010, 06:19:46 »
You can use the following codes to alter the width and height of the tiles in the strip
Code: [Select]
Tile Width=24
Tile Height=24

Do note however that the CO is centered to the tile, so you may use:

Code: [Select]
Offset X=0
Offset Y=0

To ajust the CO to the place you want.
Hope i was clear.
There's 110011 kinds of people in the world. Those who understand binary, Those who don't, and those who confuse it with ASCII.

*

Offline Sarah

  • 4
  • 0
    • View Profile
Re: I was wondering...
« Reply #2 on: June 27, 2010, 06:53:40 »
Ooooh thanks!! Finally i know how :P