MSquare buttons text centered

git-svn-id: svn://kolibrios.org@2275 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2011-10-06 11:05:18 +00:00
parent 42d1d1607a
commit e8c5e2afc6
3 changed files with 10 additions and 2 deletions

View File

@ -97,8 +97,8 @@ redraw_all:
mcall ,,,Brdr_line_clr
mcall 8,<4,78>,<4,13>,2,0xbbbbbb
mcall 4,<7,5>,(0x80000000+Text_clr),txt.clear
mcall ,<105,6>,,txt.dif
mcall 4,<8,7>,(0x80000000+Text_clr),txt.clear
mcall ,<105,7>,,txt.dif
call show_level

View File

@ -0,0 +1,4 @@
@erase /s lang.inc > nul
@echo lang fix en >lang.inc
fasm MSquare.asm MSquare
pause

View File

@ -0,0 +1,4 @@
@erase /s lang.inc > nul
@echo lang fix ru >lang.inc
fasm MSquare.asm MSquare
pause