Smaller spawns+letters. Map dialog width. Unavailable spawns disabled.

This commit is contained in:
matija-hustic
2014-05-16 11:23:23 +01:00
parent ae149c420e
commit 6eac7a3e05
16 changed files with 110 additions and 72 deletions

View File

@@ -169,10 +169,10 @@ dialog4: dialog.png
corner-br: 571,446,6,6
lobby-bits: spawnpoints.png
spawn-unclaimed: 32,0,32,32
spawn-claimed: 0,0,32,32
spawn-unclaimed: 37,5,22,22
spawn-claimed: 5,5,22,22
admin: 64,5,7,5
colorpicker: 0,0,32,32
colorpicker: 5,5,22,22
huepicker: 71,0,7,15
strategic: strategic.png

View File

@@ -2,14 +2,14 @@ Background@MAPCHOOSER_PANEL:
X: (WINDOW_RIGHT - WIDTH)/2
Y: (WINDOW_BOTTOM - HEIGHT)/2
Logic: MapChooserLogic
Width: 800
Width: 858
Height: 600
Children:
Label@MAPCHOOSER_TITLE:
X: 0
Y: 17
Align: Center
Width: 800
Width: 858
Height: 20
Text: Choose Map
Font: Bold
@@ -21,8 +21,8 @@ Background@MAPCHOOSER_PANEL:
ScrollVelocity: 40
Children:
ScrollItem@MAP_TEMPLATE:
Width: 180
Height: 229
Width: 194
Height: 243
X: 4
Y: 0
Visible: false
@@ -30,15 +30,15 @@ Background@MAPCHOOSER_PANEL:
Background@PREVIEW_PLACEHOLDER:
X: (PARENT_RIGHT - WIDTH)/2
Y: 4
Width: 170
Height: 170
Width: 184
Height: 184
Background: dialog3
ClickThrough: true
MapPreview@PREVIEW:
X: (PARENT_RIGHT - WIDTH)/2
Y: 4
Width: 170
Height: 170
Width: 184
Height: 184
Label@TITLE:
X: 2
Y: PARENT_BOTTOM-48

View File

@@ -19,6 +19,6 @@ Metrics:
TextContrast: false
TextContrastColor: 0,0,0
ColorPickerRemapIndices: 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95
SpawnFont: Bold
SpawnFont: TinyBold
SpawnColor: 255,255,255
SpawnContrastColor: 0,0,0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB