Advertisement
Guest User

Untitled

a guest
Jul 11th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #include "ui/menudef.h"
  2.  
  3. menuDef
  4. {
  5. name "menuName"
  6. rect 0 0 640 480
  7. focuscolor 23 23 23 1
  8. style WINDOW_STYLE_EMPTY
  9. blurWorld 7.0
  10. onEsc
  11. {
  12. }
  13.  
  14. itemDef
  15. {
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement