mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
animated texture
This commit is contained in:
BIN
data/fonts/sans-11px-bold.png
Normal file
BIN
data/fonts/sans-11px-bold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
8
data/fonts/sans-11px-bold.yml
Normal file
8
data/fonts/sans-11px-bold.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
glyph height: 14
|
||||
glyph spacing: [0, 1]
|
||||
top margin: 0
|
||||
image: sans-11px-bold.png
|
||||
image glyph size: [16, 16]
|
||||
|
||||
glyph widths:
|
||||
32: 4
|
Binary file not shown.
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 10 KiB |
@@ -3,7 +3,6 @@ glyph spacing: [0, 1]
|
||||
top margin: 0
|
||||
image: sans-11px.png
|
||||
image glyph size: [16, 16]
|
||||
first glyph: 0
|
||||
|
||||
glyph widths:
|
||||
32: 4
|
||||
|
BIN
data/fonts/sans-12px-bold.png
Normal file
BIN
data/fonts/sans-12px-bold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
8
data/fonts/sans-12px-bold.yml
Normal file
8
data/fonts/sans-12px-bold.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
glyph height: 14
|
||||
glyph spacing: [0, 1]
|
||||
top margin: 0
|
||||
image: sans-12px-bold.png
|
||||
image glyph size: [20, 16]
|
||||
|
||||
glyph widths:
|
||||
32: 4
|
BIN
data/fonts/sans-12px.png
Normal file
BIN
data/fonts/sans-12px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
8
data/fonts/sans-12px.yml
Normal file
8
data/fonts/sans-12px.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
glyph height: 16
|
||||
glyph spacing: [0, 1]
|
||||
top margin: 0
|
||||
image: sans-12px.png
|
||||
image glyph size: [20, 16]
|
||||
|
||||
glyph widths:
|
||||
32: 4
|
@@ -39,6 +39,7 @@ window#infoWindow:
|
||||
|
||||
button#websiteButton:
|
||||
text: Github Page
|
||||
size: [80,22]
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
margin.bottom: 9
|
||||
|
@@ -5,6 +5,13 @@ panel#background:
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
panel#icos4d:
|
||||
skin: icos4d
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
margin.left: 60
|
||||
margin.top: 70
|
||||
|
||||
panel#mainMenu:
|
||||
skin: roundedGridPanel
|
||||
size: [117, 171]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
default font: sans-11px
|
||||
default font color: [0, 115, 234, 255]
|
||||
default font: sans-11px-bold
|
||||
default font color: [51, 51, 51, 255]
|
||||
|
||||
buttons:
|
||||
default:
|
||||
@@ -53,6 +53,9 @@ panels:
|
||||
image: lightness/background.png
|
||||
antialised: true
|
||||
|
||||
icos4d:
|
||||
image: lightness/icos4d.png
|
||||
|
||||
roundedGridPanel:
|
||||
bordered image:
|
||||
source: lightness/menupanel.png
|
||||
@@ -81,10 +84,11 @@ panels:
|
||||
|
||||
labels:
|
||||
default:
|
||||
font color: [0, 115, 234, 255]
|
||||
font: sans-12px
|
||||
|
||||
windows:
|
||||
default:
|
||||
font: sans-12px-bold
|
||||
font color: [80, 80, 80, 255]
|
||||
head:
|
||||
text align: left
|
||||
|
BIN
data/skins/lightness/icos4d.png
Normal file
BIN
data/skins/lightness/icos4d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 968 KiB |
Reference in New Issue
Block a user