animated texture

This commit is contained in:
Eduardo Bart
2011-05-12 20:24:57 -03:00
parent c6753747fb
commit 42eae9afd8
32 changed files with 289 additions and 146 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View 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

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

8
data/fonts/sans-12px.yml Normal file
View 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

View File

@@ -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

View File

@@ -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]

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 KiB