graphics optimization feature inspirated by diablo3 engine

* the rendering now consits of two panes
- the background pane (for animated stuff like the map)
- the foreground pane (for steady stuff, like UI)
each pane has it own max FPS and works idependently
this may increase graphics performance on many platforms
This commit is contained in:
Eduardo Bart
2012-06-01 16:39:09 -03:00
parent c01b32b032
commit bd2faabe99
43 changed files with 461 additions and 138 deletions

View File

@@ -20,7 +20,3 @@ FlatLabel < UILabel
GameLabel < UILabel
font: verdana-11px-antialised
color: #bbbbbb
FrameCounter < UIFrameCounter
size: 68 16
align: right