View Single Post
  #30  
Old 08-15-2010, 11:08 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Tigairius View Post
I see the light. I agree with you dusty, it would be nice to have a player.tilelayer variable. All players below that player's tilelayer would draw under the player, and all above would draw above, and all on the same layer would draw as they're drawn now.

That still leaves designating whether or not a layer should be blocking or non-blocking or if it should depend on which tiles are there. I personally would like all three of those options.
This would probably be more accustomed to the earlier suggestions you made?
level.tilelayers[x].tilesblock = true/false
Which would designate whether the layer tile data is ignored or not. Either way this sort of thing needs to be expanded more as with custom scripts you can't even detect walls and such on layers higher than 0.
Reply With Quote