[Super-tux-commit] supertux/src/screen drawing_context.h,1.3,1.4
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-06-02 23:33:42
|
Update of /cvsroot/super-tux/supertux/src/screen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19976/src/screen Modified Files: drawing_context.h Log Message: Managed to update the level editor to the new drawing context code and stuff. But it has a lot of issues. Scrolling is not being respected, buttons are not working well, and lots of crashing. Time to rescue the level editor! :) Index: drawing_context.h =================================================================== RCS file: /cvsroot/super-tux/supertux/src/screen/drawing_context.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- drawing_context.h 31 May 2004 13:43:31 -0000 1.3 +++ drawing_context.h 2 Jun 2004 23:33:34 -0000 1.4 @@ -38,7 +38,8 @@ LAYER_OBJECTS = 100, LAYER_FOREGROUNDTILES = 200, LAYER_FOREGROUND0 = 300, - LAYER_FOREGROUND1 = 400 + LAYER_FOREGROUND1 = 400, + LAYER_GUI = 500 }; class Color |