Fix invalid integer expression syntax.

This commit is contained in:
Matthias Mailänder
2023-05-30 19:39:09 +02:00
committed by Gustas
parent 5eec9d29cb
commit e164e48aae
12 changed files with 24 additions and 24 deletions

View File

@@ -29,7 +29,7 @@ Container@LOBBY_PLAYER_BIN:
Align: Center Align: Center
Font: Bold Font: Bold
Label@TEAM: Label@TEAM:
X: 460-25 X: 460 - 25
Width: 50 Width: 50
Height: 25 Height: 25
Text: Team Text: Team

View File

@@ -44,21 +44,21 @@ Container@LOBBY_SERVERS_BIN:
Children: Children:
Label@OUTDATED_VERSION_LABEL: Label@OUTDATED_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 18 Height: 18
Align: Center Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@UNKNOWN_VERSION_LABEL: Label@UNKNOWN_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 18 Height: 18
Align: Center Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL: Label@PLAYTEST_AVAILABLE_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 18 Height: 18
Align: Center Align: Center
Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net

View File

@@ -62,21 +62,21 @@ Container@MULTIPLAYER_PANEL:
Children: Children:
Label@OUTDATED_VERSION_LABEL: Label@OUTDATED_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 20 Height: 20
Align: Center Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@UNKNOWN_VERSION_LABEL: Label@UNKNOWN_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 20 Height: 20
Align: Center Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL: Label@PLAYTEST_AVAILABLE_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 20 Height: 20
Align: Center Align: Center
Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net

View File

@@ -1,7 +1,7 @@
Container@DIRECTCONNECT_PANEL: Container@DIRECTCONNECT_PANEL:
Logic: DirectConnectLogic Logic: DirectConnectLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 90)/2 Y: (WINDOW_BOTTOM - 90) / 2
Width: 370 Width: 370
Height: 125 Height: 125
Children: Children:

View File

@@ -511,6 +511,6 @@ Container@REGISTERED_PLAYER_TOOLTIP:
Font: Bold Font: Bold
Background@BADGES_CONTAINER: Background@BADGES_CONTAINER:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-1 Y: -1
Visible: false Visible: false
Background: panel-black Background: panel-black

View File

@@ -40,21 +40,21 @@ Container@LOBBY_SERVERS_BIN:
Children: Children:
Label@OUTDATED_VERSION_LABEL: Label@OUTDATED_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 20 Height: 20
Align: Center Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@UNKNOWN_VERSION_LABEL: Label@UNKNOWN_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 20 Height: 20
Align: Center Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL: Label@PLAYTEST_AVAILABLE_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 20 Height: 20
Align: Center Align: Center
Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net

View File

@@ -47,7 +47,7 @@ Background@SERVER_LOBBY:
Font: Bold Font: Bold
Text: Options Text: Options
Button@MUSIC_TAB: Button@MUSIC_TAB:
X: 2*162 X: 2 * 162
Y: 285 Y: 285
Width: 162 Width: 162
Height: 31 Height: 31

View File

@@ -329,7 +329,7 @@ Background@MAINMENU_SYSTEM_INFO_PROMPT:
X: 20 X: 20
Y: 98 Y: 98
Width: PARENT_RIGHT - 40 Width: PARENT_RIGHT - 40
Height: 355-98-10 Height: 355 - 98 - 10
TopBottomSpacing: 4 TopBottomSpacing: 4
ItemSpacing: 4 ItemSpacing: 4
Children: Children:

View File

@@ -53,21 +53,21 @@ Background@MULTIPLAYER_PANEL:
Children: Children:
Label@OUTDATED_VERSION_LABEL: Label@OUTDATED_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 20 Height: 20
Align: Center Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@UNKNOWN_VERSION_LABEL: Label@UNKNOWN_VERSION_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 20 Height: 20
Align: Center Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL: Label@PLAYTEST_AVAILABLE_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT-10 Width: PARENT_RIGHT - 10
Height: 20 Height: 20
Align: Center Align: Center
Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net

View File

@@ -1,7 +1,7 @@
Background@MULTIPLAYER_CREATESERVER_PANEL: Background@MULTIPLAYER_CREATESERVER_PANEL:
Logic: ServerCreationLogic Logic: ServerCreationLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 530 Width: 530
Height: 315 Height: 315
Children: Children:
@@ -252,7 +252,7 @@ Background@MULTIPLAYER_CREATESERVER_PANEL:
Key: escape Key: escape
Button@CREATE_BUTTON: Button@CREATE_BUTTON:
Key: return Key: return
X: PARENT_RIGHT - 2*WIDTH - 30 X: PARENT_RIGHT - 2 * WIDTH - 30
Y: PARENT_BOTTOM - 45 Y: PARENT_BOTTOM - 45
Width: 120 Width: 120
Height: 25 Height: 25

View File

@@ -1,7 +1,7 @@
Background@DIRECTCONNECT_PANEL: Background@DIRECTCONNECT_PANEL:
Logic: DirectConnectLogic Logic: DirectConnectLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 450 Width: 450
Height: 160 Height: 160
Children: Children:

View File

@@ -627,7 +627,7 @@ Container@PLAYER_WIDGETS:
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Children: Children:
Image@CASH_ICON: Image@CASH_ICON:
X: 0-21 X: -21
Y: 4 Y: 4
ImageCollection: cash-icons ImageCollection: cash-icons
ImageName: cash-normal ImageName: cash-normal