clintbellanger / flare

Free Libre Action Roleplaying Engine
http://clintbellanger.net/rpg/
GNU General Public License v3.0
166 stars 41 forks source link

Revert Foreground changes #902

Closed makrohn closed 12 years ago

makrohn commented 12 years ago

With apologies, I didn't properly test this feature. Will resubmit when it is properly tested. Reverts #900

makrohn commented 12 years ago

The way I did it, the character sprite was rendering on top of the foreground and object layers. Looking into it.

clintbellanger commented 12 years ago

No need to revert, continue and fix the issue. Don't draw renderables with the Foreground layer, only with the Object layer. That means you need to purge all of that renderable logic from the Foreground render functions (which will probably make them almost identical to the background/fringe render functions).