пытаюсь понять почему темы не работают

This commit is contained in:
Alexander Yakovlev 2020-12-23 13:06:02 +07:00
parent 69b1b6102e
commit a935da1590
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3
2 changed files with 10 additions and 21 deletions

View file

@ -1,23 +1,14 @@
;$Name:Parser
;$Name:FullHD
include = arctic
scr.w = 1920
scr.h = 1080
scr.gfx.bg = ;bg.png
scr.col.bg = white
win.x = 20
win.y = 20
win.w = 964
win.h = 420
inv.x = 505
inv.y = 10
inv.col.link = #666666
inv.col.fg = #222222
;inv.w = 127
;inv.h = 440
menu.button.x = 1000
menu.button.y = 552
inv.x = 10
inv.x = 20
inv.y = 460
inv.w = 964
inv.h = 100
@ -28,12 +19,14 @@ scr.gfx.x = 650
scr.gfx.y = 10
scr.gfx.w = 144
scr.gfx.h = 448
scr.gfx.mode = embedded
win.fnt.name = ../common/{LiberationSerif-Regular,LiberationSerif-Bold,LiberationSerif-Italic,LiberationSerif-BoldItalic}.ttf
win.fnt.size = 18
win.fnt.size = 24
inv.fnt.name = ../common/{LiberationSerif-Regular,LiberationSerif-Bold,LiberationSerif-Italic,LiberationSerif-BoldItalic}.ttf
inv.fnt.size = 18
inv.fnt.size = 24
menu.gfx.button = ../common/menu.png
inv.col.link = #666666
inv.col.fg = #222222

View file

@ -1,20 +1,16 @@
;$Name:Parser
;$Name:Tablet
include = arctic
scr.w = 1024
scr.h = 576
scr.w = 800
scr.h = 600
scr.gfx.bg = ;bg.png
scr.col.bg = white
win.x = 20
win.y = 20
win.w = 964
win.h = 420
inv.x = 505
inv.y = 10
inv.col.link = #666666
inv.col.fg = #222222
;inv.w = 127
;inv.h = 440
menu.button.x = 1000
menu.button.y = 552
inv.x = 10