Overhaul TD EVA Database.

This commit is contained in:
Paul Chote
2024-10-30 18:26:52 +00:00
committed by Gustas
parent feef5be143
commit 9bcf1b3295
64 changed files with 255 additions and 59 deletions

View File

@@ -1,26 +1,28 @@
Background@ENCYCLOPEDIA_PANEL:
Container@ENCYCLOPEDIA_PANEL:
Logic: EncyclopediaLogic
X: (WINDOW_WIDTH - WIDTH) / 2
Y: (WINDOW_HEIGHT - HEIGHT) / 2
Width: 900
Height: 600
Height: 540
Children:
Container@ENCYCLOPEDIA_CONTENT:
Width: PARENT_WIDTH - 40
Height: PARENT_HEIGHT - 80
X: 20
Y: 20
Label@ENCYCLOPEDIA_TITLE:
Width: PARENT_WIDTH
Height: 25
Y: 0 - 34
Font: BigBold
Contrast: true
Align: Center
Text: label-encyclopedia-title
Background@ENCYCLOPEDIA_CONTENT:
Width: PARENT_WIDTH
Height: PARENT_HEIGHT
Background: panel-black
Children:
Label@ENCYCLOPEDIA_TITLE:
Width: PARENT_WIDTH
Height: 25
Text: label-encyclopedia-title
Align: Center
Font: Bold
ScrollPanel@ACTOR_LIST:
Y: 30
Width: 190
Height: PARENT_HEIGHT - 25
X: 15
Y: 15
Width: 255
Height: PARENT_HEIGHT - 30
Children:
ScrollItem@HEADER:
Background: scrollheader
@@ -46,16 +48,31 @@ Background@ENCYCLOPEDIA_PANEL:
Height: 25
TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP
Background@PORTRAIT_CONTAINER:
X: 285
Y: 15
Width: 600
Height: 320
Background: scrollpanel-bg
Children:
Sprite@ACTOR_PORTRAIT:
X: 1
Y: 1
Width: PARENT_WIDTH - 2
Height: PARENT_HEIGHT - 2
Image@PORTRAIT_GRID:
ImageCollection: encyclopedia
ImageName: scanlines
Container@ACTOR_INFO:
X: PARENT_WIDTH - WIDTH
Y: 30
Width: PARENT_WIDTH - 190 - 10
Height: PARENT_HEIGHT - 25
X: 285
Y: 350
Width: PARENT_WIDTH - 195 - 45
Height: PARENT_HEIGHT - 30
Children:
Background@ACTOR_BG:
Width: 150
Height: 170
Background: dialog3
Width: 170
Height: 175
Background: scrollpanel-bg
Children:
ActorPreview@ACTOR_PREVIEW:
X: 1
@@ -63,23 +80,64 @@ Background@ENCYCLOPEDIA_PANEL:
Width: PARENT_WIDTH - 2
Height: PARENT_HEIGHT - 2
ScrollPanel@ACTOR_DESCRIPTION_PANEL:
X: 150 + 10
Width: PARENT_WIDTH - 150 - 10
Height: 170
X: 185
Width: 580 - 165
Height: 175
TopBottomSpacing: 8
CollapseHiddenChildren: true
Children:
Label@ACTOR_TITLE:
X: 8
Width: PARENT_WIDTH - 40
Height: 18
VAlign: Top
Font: Bold
Container@ACTOR_PRODUCTION:
X: 8
Width: PARENT_WIDTH - 40
Height: 24
Children:
Image@COST_ICON:
Y: 1
Width: 16
Height: 16
ImageCollection: sidebar-bits
ImageName: production-tooltip-cost
Label@COST:
X: 17
Height: 16
Font: Bold
Image@TIME_ICON:
X: 75
Y: 1
Width: 16
Height: 16
ImageCollection: sidebar-bits
ImageName: production-tooltip-time
Label@TIME:
X: 95
Height: 16
Font: Bold
Image@POWER_ICON:
X: 150
Y: 1
Width: 16
Height: 16
ImageCollection: sidebar-bits
ImageName: production-tooltip-power
Label@POWER:
X: 167
Height: 16
Font: Bold
Label@ACTOR_DESCRIPTION:
X: 8
Y: 8
Width: PARENT_WIDTH - 40
VAlign: Top
Font: Regular
Button@BACK_BUTTON:
X: PARENT_WIDTH - 180
Y: PARENT_HEIGHT - 45
Width: 160
Height: 25
Y: PARENT_HEIGHT - 1
Width: 140
Height: 35
Text: button-back
Font: Bold
Key: escape
TooltipContainer@TOOLTIP_CONTAINER: