Nifflas' Support Forum

Level Editing Support => Knytt Stories Level Editing Support => Topic started by: Sarah on June 27, 2010, 04:28:56

Title: I was wondering...
Post by: Sarah 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?
Title: Re: I was wondering...
Post by: Firecat 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.
Title: Re: I was wondering...
Post by: Sarah on June 27, 2010, 06:53:40
Ooooh thanks!! Finally i know how :P