[client] update LevelPopup

This commit is contained in:
2019-04-08 21:45:52 +03:00
parent 13d01293f6
commit 4a4ca463c3
12 changed files with 37 additions and 49 deletions

View File

@@ -6,6 +6,7 @@ layout.margin: 10
views:
- id: tanks
$type: haxework.view.GroupView
geometry.size.width: 100%
layout:
$type: haxework.view.layout.TailLayout
rowSize: 4

View File

@@ -56,7 +56,7 @@ class SpawnPointItem extends BitmapItem<SpawnPointEntity> {
return switch(value.type) {
case 'eagle': 'resources/image/eagle/eagle.png';
case 'tank': 'resources/image/tank/${tankConfig.skin}-0.png';
case x: 'resources/image/eagle/eagle-death.png';
case _: 'resources/image/eagle/eagle-death.png';
}
}