Count Monte
Member
I've got a level with walls with breakable doorways in them. Rather than set walls in the level itself, I was trying to take the "Wall" entity I made and make it an impassable barrier.
Is putting a platform in it the best way? I've tried it but getting some weird errors. If I try to change the lower left number to anything less than -70, the platform won't appear.
If I walk toward it from the left or right it blocks my progress (which is good) but if I walk up from under it, it doesn't block my progress like a wall would. Here's the entity text:
name Wall2
health 20
type obstacle
facing 1
nolife
1
anim idle
platform 180 254 -80 -70 65 35 1000 1000
loop 1
delay 0
bbox 92 35 93 99 500
offset 112 495
frame data/bgs/Level1/Wall2.gif
Is putting a platform in it the best way? I've tried it but getting some weird errors. If I try to change the lower left number to anything less than -70, the platform won't appear.
If I walk toward it from the left or right it blocks my progress (which is good) but if I walk up from under it, it doesn't block my progress like a wall would. Here's the entity text:
name Wall2
health 20
type obstacle
facing 1
nolife
1
anim idle
platform 180 254 -80 -70 65 35 1000 1000
loop 1
delay 0
bbox 92 35 93 99 500
offset 112 495
frame data/bgs/Level1/Wall2.gif