Skip to content

Commit

Permalink
fix crash as observer/after game ended
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Sep 3, 2024
1 parent 91787f7 commit 1012015
Showing 1 changed file with 41 additions and 36 deletions.
77 changes: 41 additions & 36 deletions mods/ca/chrome/ingame-observer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,107 +15,107 @@ Container@OBSERVER_WIDGETS:
Height: 23
Font: Bold
Label@DESC:
X: 7
Y: 27
X: 9
Y: 130
Height: 2
Font: TinyBold
VAlign: Top
Label@STRENGTHS:
X: 7
Y: 29
X: 9
Y: 129
Height: 2
Font: TinyBold
VAlign: Top
TextColor: 33DD33
Label@WEAKNESSES:
X: 7
Y: 30
X: 9
Y: 130
Height: 2
Font: TinyBold
VAlign: Top
TextColor: EE5555
Label@ATTRIBUTES:
X: 7
Y: 31
X: 9
Y: 131
Height: 2
Font: TinyBold
VAlign: Top
TextColor: FFFF00
Label@VERSUS:
X: 7
Y: 32
X: 150
Y: 20
Height: 2
Font: TinyBold
VAlign: Top
Label@VSNONE:
X: 7
Y: 32
X: 150
Y: 12
Height: 2
Font: TinyBold
VAlign: Top
Label@EFFECTVSNONE:
X: 55
Y: 32
X: 198
Y: 12
Height: 2
Font: TinyBold
VAlign: Top
Label@VSLIGHT:
X: 7
Y: 33
X: 150
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Label@EFFECTVSLIGHT:
X: 55
Y: 33
X: 198
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Label@VSHEAVY:
X: 7
Y: 34
X: 150
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Label@EFFECTVSHEAVY:
X: 55
Y: 34
X: 198
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Label@VSREFLECTOR:
X: 7
Y: 35
X: 150
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Label@EFFECTVSREFLECTOR:
X: 55
Y: 35
X: 198
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Label@VSWOOD:
X: 7
Y: 36
X: 150
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Label@EFFECTVSWOOD:
X: 55
Y: 36
X: 198
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Label@VSCONCRETE:
X: 7
Y: 37
X: 150
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Label@EFFECTVSCONCRETE:
X: 55
Y: 37
X: 198
Y: 13
Height: 2
Font: TinyBold
VAlign: Top
Expand All @@ -124,8 +124,13 @@ Container@OBSERVER_WIDGETS:
Y: 7
Width: 16
Height: 16
ImageCollection: sidebar-bits
ImageName: production-tooltip-armor
ImageCollection: armor-bits
ImageName: armor-light
ActorIcon@ACTOR_ICON:
X: 72
Y: 75
Width: 64
Height: 64
Label@ARMORTYPE:
Y: 42
Height: 16
Expand Down

0 comments on commit 1012015

Please sign in to comment.