Obstacles height

O Ilusionista

Captain 100K
There is a way to set a obstacle height, so I can jump over it?
rzb8Vel.png


Its weird to try to jump over that barrel and a invisible wall blocks me.

Also, there is a way to be able to jump into the obstacle, so I can stand over it, like a plataform?

Thanks
 
like this?
https://www.dropbox.com/s/g8muw2hxz6zfbnc/fantasticfour%20-%200032.png

this is my barrel

Code:
name	barrel
type    obstacle
shadow	0
health  1
diesound  data/sounds/wood.wav
nolife  1
flash   bflash
noatflash 1
gfxshadow  1
remap  data/chars/misc/barre1.gif  data/chars/misc/barre1m1.gif
remap  data/chars/misc/barre1.gif  data/chars/misc/barre1m2.gif


anim idle
	loop	0
	delay	5
	offset	65  79
	bbox    40 20 50 65 
        platform  44 44 85 85 5 50
	frame	data/chars/misc/barre1.gif
	
anim fall
	loop	0
	delay	12
	offset	65 79
        jumpframe   0  3  -1
	frame	data/chars/misc/barre2.gif
 
Back
Top Bottom