forked from KolibriOS/kolibrios
Font fix in the '15' game.
git-svn-id: svn://kolibrios.org@5780 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2b2d0c2f0e
commit
40ec306f72
@ -7,8 +7,8 @@
|
||||
include 'lang.inc'
|
||||
include '..\..\..\macros.inc' ; decreases program size (not required)
|
||||
|
||||
StatusColor equ 0x02ffffff
|
||||
StatusColor2 equ 0x02dc1e14
|
||||
StatusColor equ 0x00ffffff
|
||||
StatusColor2 equ 0x00dc1e14
|
||||
BgdColor equ 0x14aabbcc
|
||||
|
||||
; Main window dimensions
|
||||
|
Loading…
Reference in New Issue
Block a user