3DCUBE2 transparent background, window header updated

git-svn-id: svn://kolibrios.org@2016 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2011-07-25 10:02:27 +00:00
parent d75c968b8e
commit 7fc492a510

View File

@ -117,7 +117,7 @@ draw_window:
mov eax,0 ;Draw window
mov ebx,100*65536+(SCREEN_X+9) ;x start*65536+x size
mov ecx,100*65536+(SCREEN_Y+26) ;y start*65536+y size
mov edx,0x14000000 ;0x03 use skinned window
mov edx,0x54000000 ;0x03 use skinned window
mov edi,title
mcall
@ -126,7 +126,7 @@ draw_window:
mcall
ret
title db '3D TEST SAMPLE FOR MENUETOS',0
title db '3D TEST SAMPLE',0
; Draw faces procedure