diff options
Diffstat (limited to 'assets/sprites')
| -rw-r--r-- | assets/sprites/gui/brand.atlas | 10 | ||||
| -rw-r--r-- | assets/sprites/gui/brand.png | bin | 125831 -> 130602 bytes | |||
| -rw-r--r-- | assets/sprites/gui/ui.skin | 12 |
3 files changed, 18 insertions, 4 deletions
diff --git a/assets/sprites/gui/brand.atlas b/assets/sprites/gui/brand.atlas index 5fe2897..0f69dba 100644 --- a/assets/sprites/gui/brand.atlas +++ b/assets/sprites/gui/brand.atlas @@ -2,10 +2,12 @@ brand.png size:1024,512 repeat:none beta -bounds:565,176,380,174 +bounds:565,226,380,174 brand -bounds:0,0,565,175 +bounds:0,50,565,175 +engine +bounds:0,0,300,50 online -bounds:0,175,565,175 +bounds:0,225,565,175 update -bounds:565,2,236,174 +bounds:565,52,236,174 diff --git a/assets/sprites/gui/brand.png b/assets/sprites/gui/brand.png Binary files differindex 9604fd7..41328fd 100644 --- a/assets/sprites/gui/brand.png +++ b/assets/sprites/gui/brand.png diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin index 3a6af61..dbdeb79 100644 --- a/assets/sprites/gui/ui.skin +++ b/assets/sprites/gui/ui.skin @@ -93,6 +93,10 @@ slots: { file: fnt/FontText.fnt, scaledSize: 16 + }, + credits: { + file: fnt/FontText.fnt, + scaledSize: 16 } }, com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { @@ -204,6 +208,14 @@ slots: { font: slots, fontColor: white + }, + credits_name: { + font: credits, + fontColor: white + }, + credits_role: { + font: credits, + fontColor: yellow } }, com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: { |
