Remove UnitInfluenceDebug checkbox

This commit is contained in:
Paul Chote
2011-04-09 11:59:25 +12:00
parent c99be90548
commit 4c92293814
4 changed files with 969 additions and 994 deletions

View File

@@ -19,7 +19,6 @@ namespace OpenRA.Traits
public bool FastCharge = false; public bool FastCharge = false;
public bool DisableShroud = false; public bool DisableShroud = false;
public bool PathDebug = false; public bool PathDebug = false;
public bool UnitInfluenceDebug = false;
public bool UnlimitedPower; public bool UnlimitedPower;
public bool BuildAnywhere; public bool BuildAnywhere;
@@ -34,7 +33,6 @@ namespace OpenRA.Traits
[Sync] public bool FastBuild; [Sync] public bool FastBuild;
[Sync] public bool DisableShroud; [Sync] public bool DisableShroud;
[Sync] public bool PathDebug; [Sync] public bool PathDebug;
[Sync] public bool UnitInfluenceDebug;
[Sync] public bool UnlimitedPower; [Sync] public bool UnlimitedPower;
[Sync] public bool BuildAnywhere; [Sync] public bool BuildAnywhere;
@@ -45,7 +43,6 @@ namespace OpenRA.Traits
FastCharge = info.FastCharge; FastCharge = info.FastCharge;
DisableShroud = info.DisableShroud; DisableShroud = info.DisableShroud;
PathDebug = info.PathDebug; PathDebug = info.PathDebug;
UnitInfluenceDebug = info.UnitInfluenceDebug;
UnlimitedPower = info.UnlimitedPower; UnlimitedPower = info.UnlimitedPower;
BuildAnywhere = info.BuildAnywhere; BuildAnywhere = info.BuildAnywhere;
} }
@@ -88,11 +85,6 @@ namespace OpenRA.Traits
PathDebug ^= true; PathDebug ^= true;
break; break;
} }
case "DevUnitDebug":
{
UnitInfluenceDebug ^= true;
break;
}
case "DevGiveExploration": case "DevGiveExploration":
{ {
if (self.World.LocalPlayer == self.Owner) if (self.World.LocalPlayer == self.Owner)

View File

@@ -43,9 +43,6 @@ namespace OpenRA.Mods.RA.Widgets.Delegates
devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_SHROUD").BindReadOnly(devTrait, "DisableShroud"); devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_SHROUD").BindReadOnly(devTrait, "DisableShroud");
devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_SHROUD").OnChange += _ => Order(world, "DevShroud"); devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_SHROUD").OnChange += _ => Order(world, "DevShroud");
devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_UNITDEBUG").BindReadOnly(devTrait, "UnitInfluenceDebug");
devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_UNITDEBUG").OnChange += _ => Order(world, "DevUnitDebug");
devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_PATHDEBUG").BindReadOnly(devTrait, "PathDebug"); devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_PATHDEBUG").BindReadOnly(devTrait, "PathDebug");
devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_PATHDEBUG").OnChange += _ => Order(world, "DevPathDebug"); devmodeBG.GetWidget<CheckboxWidget>("CHECKBOX_PATHDEBUG").OnChange += _ => Order(world, "DevPathDebug");

View File

@@ -1,489 +1,482 @@
Container@INGAME_ROOT: Container@INGAME_ROOT:
Id:INGAME_ROOT Id:INGAME_ROOT
Delegate:IngameChromeDelegate Delegate:IngameChromeDelegate
Children: Children:
WorldInteractionController: WorldInteractionController:
Id:INTERACTION_CONTROLLER Id:INTERACTION_CONTROLLER
X:0 X:0
Y:0 Y:0
Width:WINDOW_RIGHT Width:WINDOW_RIGHT
Height:WINDOW_BOTTOM Height:WINDOW_BOTTOM
ViewportScrollController: ViewportScrollController:
X:0 X:0
Y:0 Y:0
Width:WINDOW_RIGHT Width:WINDOW_RIGHT
Height:WINDOW_BOTTOM Height:WINDOW_BOTTOM
WorldCommand: WorldCommand:
X:0 X:0
Y:0 Y:0
Width:WINDOW_RIGHT Width:WINDOW_RIGHT
Height:WINDOW_BOTTOM Height:WINDOW_BOTTOM
Timer@GAME_TIMER: Timer@GAME_TIMER:
Id:GAME_TIMER Id:GAME_TIMER
X: WINDOW_RIGHT/2 X: WINDOW_RIGHT/2
Y: 10 Y: 10
StrategicProgress@STRATEGIC_PROGRESS: StrategicProgress@STRATEGIC_PROGRESS:
Id:STRATEGIC_PROGRESS Id:STRATEGIC_PROGRESS
X: WINDOW_RIGHT/2 X: WINDOW_RIGHT/2
Y: 40 Y: 40
Background@POSTGAME_BG: Background@POSTGAME_BG:
Id:POSTGAME_BG Id:POSTGAME_BG
X:(WINDOW_RIGHT - WIDTH)/2 X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2 Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:400 Width:400
Height:100 Height:100
Background:dialog4 Background:dialog4
Visible:false Visible:false
Children: Children:
Label@TEXT: Label@TEXT:
Id:TEXT Id:TEXT
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:(PARENT_BOTTOM - HEIGHT)/2 Y:(PARENT_BOTTOM - HEIGHT)/2
Width:200 Width:200
Height:40 Height:40
Align:Center Align:Center
Bold:True Bold:True
SpecialPowerBin@INGAME_POWERS_BIN: SpecialPowerBin@INGAME_POWERS_BIN:
Id:INGAME_POWERS_BIN Id:INGAME_POWERS_BIN
X:0 X:0
Y:25 Y:25
BuildPalette@INGAME_BUILD_PALETTE: BuildPalette@INGAME_BUILD_PALETTE:
Id:INGAME_BUILD_PALETTE Id:INGAME_BUILD_PALETTE
X:WINDOW_RIGHT - 250 X:WINDOW_RIGHT - 250
Y:280 Y:280
Width:250 Width:250
Height:500 Height:500
TabClick: button.aud TabClick: button.aud
BuildPaletteOpen: appear1.aud BuildPaletteOpen: appear1.aud
BuildPaletteClose: appear1.aud BuildPaletteClose: appear1.aud
Button@INGAME_OPTIONS_BUTTON: Button@INGAME_OPTIONS_BUTTON:
Id:INGAME_OPTIONS_BUTTON Id:INGAME_OPTIONS_BUTTON
X:0 X:0
Y:0 Y:0
Width:160 Width:160
Height:25 Height:25
Text:Options Text:Options
Bold:True Bold:True
Button@INGAME_DIPLOMACY_BUTTON: Button@INGAME_DIPLOMACY_BUTTON:
Id:INGAME_DIPLOMACY_BUTTON Id:INGAME_DIPLOMACY_BUTTON
X:162 X:162
Y:0 Y:0
Width:160 Width:160
Height:25 Height:25
Text:Diplomacy Text:Diplomacy
Bold:True Bold:True
Button@INGAME_DEVELOPERMODE_BUTTON: Button@INGAME_DEVELOPERMODE_BUTTON:
Id:INGAME_DEVELOPERMODE_BUTTON Id:INGAME_DEVELOPERMODE_BUTTON
X:324 X:324
Y:0 Y:0
Width:160 Width:160
Height:25 Height:25
Text:Developer Mode Text:Developer Mode
Visible:false Visible:false
Bold:True Bold:True
RadarBin@INGAME_RADAR_BIN: RadarBin@INGAME_RADAR_BIN:
Id:INGAME_RADAR_BIN Id:INGAME_RADAR_BIN
WorldInteractionController:INTERACTION_CONTROLLER WorldInteractionController:INTERACTION_CONTROLLER
PowerBin@INGAME_POWER_BIN: PowerBin@INGAME_POWER_BIN:
Id:INGAME_POWER_BIN Id:INGAME_POWER_BIN
MoneyBin@INGAME_MONEY_BIN: MoneyBin@INGAME_MONEY_BIN:
Id:INGAME_MONEY_BIN Id:INGAME_MONEY_BIN
X:WINDOW_RIGHT - WIDTH X:WINDOW_RIGHT - WIDTH
Y:0 Y:0
Width:320 Width:320
Height: 32 Height: 32
SplitOreAndCash: yes SplitOreAndCash: yes
Children: Children:
OrderButton@SELL: OrderButton@SELL:
Id:SELL Id:SELL
Delegate:OrderButtonsChromeDelegate Delegate:OrderButtonsChromeDelegate
X:39 X:39
Y:0 Y:0
Width:30 Width:30
Height:30 Height:30
Image:sell Image:sell
Description:Sell Description:Sell
LongDesc:Sell buildings, reclaiming a \nproportion of their build cost LongDesc:Sell buildings, reclaiming a \nproportion of their build cost
OrderButton@REPAIR: OrderButton@REPAIR:
Id:REPAIR Id:REPAIR
Delegate:OrderButtonsChromeDelegate Delegate:OrderButtonsChromeDelegate
X:75 X:75
Y:0 Y:0
Width:30 Width:30
Height:30 Height:30
Image:repair Image:repair
Description:Repair Description:Repair
LongDesc:Repair damaged buildings LongDesc:Repair damaged buildings
WorldTooltip: WorldTooltip:
Background@INGAME_OPTIONS_BG: Background@INGAME_OPTIONS_BG:
Id:INGAME_OPTIONS_BG Id:INGAME_OPTIONS_BG
X:(WINDOW_RIGHT - WIDTH)/2 X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2 Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:300 Width:300
Height:320 Height:320
Visible:false Visible:false
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
Id:LABEL_TITLE Id:LABEL_TITLE
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:20 Y:20
Width:250 Width:250
Height:25 Height:25
Text:Options Text:Options
Align:Center Align:Center
Bold:True Bold:True
Button@RESUME: Button@RESUME:
Id:RESUME Id:RESUME
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:60 Y:60
Width:160 Width:160
Height:25 Height:25
Text:Resume Text:Resume
Bold:True Bold:True
Button@SETTINGS: Button@SETTINGS:
Id:SETTINGS Id:SETTINGS
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:100 Y:100
Width:160 Width:160
Height:25 Height:25
Text:Settings Text:Settings
Bold:True Bold:True
Button@MUSIC: Button@MUSIC:
Id:MUSIC Id:MUSIC
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:140 Y:140
Width:160 Width:160
Height:25 Height:25
Text:Music Text:Music
Bold:True Bold:True
Button@SURRENDER: Button@SURRENDER:
Id:SURRENDER Id:SURRENDER
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:180 Y:180
Width:160 Width:160
Height:25 Height:25
Text:Surrender Text:Surrender
Bold:True Bold:True
Button@DISCONNECT: Button@DISCONNECT:
Id:DISCONNECT Id:DISCONNECT
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:220 Y:220
Width:160 Width:160
Height:25 Height:25
Text:Disconnect Text:Disconnect
Bold:True Bold:True
Button@QUIT: Button@QUIT:
Id:QUIT Id:QUIT
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:260 Y:260
Width:160 Width:160
Height:25 Height:25
Text:Quit Text:Quit
Bold:True Bold:True
Background@DIPLOMACY_BG: Background@DIPLOMACY_BG:
Id:DIPLOMACY_BG Id:DIPLOMACY_BG
Delegate:DiplomacyDelegate Delegate:DiplomacyDelegate
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:400 Height:400
Visible:false Visible:false
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
Id:LABEL_TITLE Id:LABEL_TITLE
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:20 Y:20
Width:250 Width:250
Height:25 Height:25
Text:Diplomacy Text:Diplomacy
Align:Center Align:Center
Bold:True Bold:True
ChatDisplay@CHAT_DISPLAY: ChatDisplay@CHAT_DISPLAY:
Id:CHAT_DISPLAY Id:CHAT_DISPLAY
X:250 X:250
Y:WINDOW_BOTTOM - HEIGHT - 30 Y:WINDOW_BOTTOM - HEIGHT - 30
Width: 760 Width: 760
Height: 200 Height: 200
DrawBackground: False DrawBackground: False
RemoveTime:250 RemoveTime:250
UseContrast: yes UseContrast: yes
ChatEntry@CHAT_ENTRY: ChatEntry@CHAT_ENTRY:
Id:CHAT_ENTRY Id:CHAT_ENTRY
X:250 X:250
Y:WINDOW_BOTTOM - HEIGHT Y:WINDOW_BOTTOM - HEIGHT
Width: 760 Width: 760
Height: 30 Height: 30
UseContrast: yes UseContrast: yes
Background@DEVELOPERMODE_BG: Background@DEVELOPERMODE_BG:
Id:DEVELOPERMODE_BG Id:DEVELOPERMODE_BG
Delegate:DeveloperModeDelegate Delegate:DeveloperModeDelegate
X:(WINDOW_RIGHT - WIDTH)/2 X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2 Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:350 Width:350
Height:370 Height:370
Visible:false Visible:false
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
Id:LABEL_TITLE Id:LABEL_TITLE
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:20 Y:20
Width:250 Width:250
Height:25 Height:25
Text:Developer Mode Text:Developer Mode
Align:Center Align:Center
Checkbox@CHECKBOX_SHROUD Checkbox@CHECKBOX_SHROUD
Id:CHECKBOX_SHROUD Id:CHECKBOX_SHROUD
X:30 X:30
Y:50 Y:50
Height:20 Height:20
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Text:Disable Shroud Text:Disable Shroud
Checkbox@CHECKBOX_UNITDEBUG: Button@GIVE_EXPLORATION
Id:CHECKBOX_UNITDEBUG Id:GIVE_EXPLORATION
X:30 X:30
Y:80 Y:80
Width:PARENT_RIGHT - 30 Width:200
Height:20 Height:20
Text:Show Occupied Cells Text: Give Exploration
Checkbox@CHECKBOX_PATHDEBUG: Checkbox@CHECKBOX_PATHDEBUG:
Id:CHECKBOX_PATHDEBUG Id:CHECKBOX_PATHDEBUG
X:30 X:30
Y:110 Y:110
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Show Unit Paths Text:Show Unit Paths
Button@GIVE_CASH Button@GIVE_CASH
Id:GIVE_CASH Id:GIVE_CASH
X:30 X:30
Y:140 Y:140
Width:200 Width:200
Height:20 Height:20
Text: Give Cash Text: Give Cash
Checkbox@INSTANT_BUILD Checkbox@INSTANT_BUILD
Id:INSTANT_BUILD Id:INSTANT_BUILD
X:30 X:30
Y:170 Y:170
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Instant Build Speed Text:Instant Build Speed
Checkbox@INSTANT_CHARGE Checkbox@INSTANT_CHARGE
Id:INSTANT_CHARGE Id:INSTANT_CHARGE
X:30 X:30
Y:200 Y:200
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Instant Charge Time (Special Powers) Text:Instant Charge Time (Special Powers)
Checkbox@ENABLE_TECH Checkbox@ENABLE_TECH
Id:ENABLE_TECH Id:ENABLE_TECH
X:30 X:30
Y:230 Y:230
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Build Everything Text:Build Everything
Checkbox@UNLIMITED_POWER Checkbox@UNLIMITED_POWER
Id:UNLIMITED_POWER Id:UNLIMITED_POWER
X:30 X:30
Y:260 Y:260
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Unlimited Power Text:Unlimited Power
Checkbox@BUILD_ANYWHERE Checkbox@BUILD_ANYWHERE
Id:BUILD_ANYWHERE Id:BUILD_ANYWHERE
X:30 X:30
Y:290 Y:290
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Build Anywhere Text:Build Anywhere
Button@GIVE_EXPLORATION Background@PERF_BG:
Id:GIVE_EXPLORATION ClickThrough:true
X:30 Id:PERF_BG
Y:320 Background:dialog4
Width:200 Delegate:PerfDebugDelegate
Height:20 X:10
Text: Give Exploration Y:WINDOW_BOTTOM - 250
Background@PERF_BG: Width: 210
ClickThrough:true Height: 250
Id:PERF_BG Children:
Background:dialog4 PerfGraph@GRAPH:
Delegate:PerfDebugDelegate Id:GRAPH
X:10 X:5
Y:WINDOW_BOTTOM - 250 Y:5
Width: 210 Width:200
Height: 250 Height:200
Children: Label@TEXT:
PerfGraph@GRAPH: Id:TEXT
Id:GRAPH Bold: false
X:5 X:20
Y:5 Y:205
Width:200 Width:170
Height:200 Height:40
Label@TEXT: Container@OBSERVER_ROOT:
Id:TEXT Id:OBSERVER_ROOT
Bold: false Visible:true
X:20 Delegate:IngameObserverChromeDelegate
Y:205 Children:
Width:170 WorldInteractionController:
Height:40 X:0
Container@OBSERVER_ROOT: Y:0
Id:OBSERVER_ROOT Width:WINDOW_RIGHT
Visible:true Height:WINDOW_BOTTOM
Delegate:IngameObserverChromeDelegate ViewportScrollController:
Children: X:0
WorldInteractionController: Y:0
X:0 Width:WINDOW_RIGHT
Y:0 Height:WINDOW_BOTTOM
Width:WINDOW_RIGHT Timer@GAME_TIMER:
Height:WINDOW_BOTTOM Id:GAME_TIMER
ViewportScrollController: X: WINDOW_RIGHT/2
X:0 Y: 10
Y:0 Background@POSTGAME_BG:
Width:WINDOW_RIGHT Id:POSTGAME_BG
Height:WINDOW_BOTTOM X:(WINDOW_RIGHT - WIDTH)/2
Timer@GAME_TIMER: Y:(WINDOW_BOTTOM - HEIGHT)/2
Id:GAME_TIMER Width:400
X: WINDOW_RIGHT/2 Height:100
Y: 10 Background:dialog4
Background@POSTGAME_BG: Visible:false
Id:POSTGAME_BG Children:
X:(WINDOW_RIGHT - WIDTH)/2 Label@TEXT:
Y:(WINDOW_BOTTOM - HEIGHT)/2 Id:TEXT
Width:400 X:(PARENT_RIGHT - WIDTH)/2
Height:100 Y:(PARENT_BOTTOM - HEIGHT)/2
Background:dialog4 Width:200
Visible:false Height:40
Children: Align:Center
Label@TEXT: Bold:True
Id:TEXT SpecialPowerBin@INGAME_POWERS_BIN:
X:(PARENT_RIGHT - WIDTH)/2 Id:INGAME_POWERS_BIN
Y:(PARENT_BOTTOM - HEIGHT)/2 X:0
Width:200 Y:25
Height:40 Button@INGAME_OPTIONS_BUTTON:
Align:Center Id:INGAME_OPTIONS_BUTTON
Bold:True X:0
SpecialPowerBin@INGAME_POWERS_BIN: Y:0
Id:INGAME_POWERS_BIN Width:160
X:0 Height:25
Y:25 Text:Options
Button@INGAME_OPTIONS_BUTTON: Bold:True
Id:INGAME_OPTIONS_BUTTON WorldTooltip:
X:0 Background@INGAME_OPTIONS_BG:
Y:0 Id:INGAME_OPTIONS_BG
Width:160 X:(WINDOW_RIGHT - WIDTH)/2
Height:25 Y:(WINDOW_BOTTOM - HEIGHT)/2
Text:Options Width:300
Bold:True Height:320
WorldTooltip: Visible:false
Background@INGAME_OPTIONS_BG: Children:
Id:INGAME_OPTIONS_BG Label@LABEL_TITLE:
X:(WINDOW_RIGHT - WIDTH)/2 Id:LABEL_TITLE
Y:(WINDOW_BOTTOM - HEIGHT)/2 X:(PARENT_RIGHT - WIDTH)/2
Width:300 Y:20
Height:320 Width:250
Visible:false Height:25
Children: Text:Options
Label@LABEL_TITLE: Align:Center
Id:LABEL_TITLE Bold:True
X:(PARENT_RIGHT - WIDTH)/2 Button@RESUME:
Y:20 Id:RESUME
Width:250 X:(PARENT_RIGHT - WIDTH)/2
Height:25 Y:60
Text:Options Width:160
Align:Center Height:25
Bold:True Text:Resume
Button@RESUME: Bold:True
Id:RESUME Button@SETTINGS:
X:(PARENT_RIGHT - WIDTH)/2 Id:SETTINGS
Y:60 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:100
Height:25 Width:160
Text:Resume Height:25
Bold:True Text:Settings
Button@SETTINGS: Bold:True
Id:SETTINGS Button@MUSIC:
X:(PARENT_RIGHT - WIDTH)/2 Id:MUSIC
Y:100 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:140
Height:25 Width:160
Text:Settings Height:25
Bold:True Text:Music
Button@MUSIC: Bold:True
Id:MUSIC Button@SURRENDER:
X:(PARENT_RIGHT - WIDTH)/2 Id:SURRENDER
Y:140 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:180
Height:25 Width:160
Text:Music Height:25
Bold:True Text:Surrender
Button@SURRENDER: Bold:True
Id:SURRENDER Button@DISCONNECT:
X:(PARENT_RIGHT - WIDTH)/2 Id:DISCONNECT
Y:180 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:220
Height:25 Width:160
Text:Surrender Height:25
Bold:True Text:Disconnect
Button@DISCONNECT: Bold:True
Id:DISCONNECT Button@QUIT:
X:(PARENT_RIGHT - WIDTH)/2 Id:QUIT
Y:220 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:260
Height:25 Width:160
Text:Disconnect Height:25
Bold:True Text:Quit
Button@QUIT: Bold:True
Id:QUIT ChatDisplay@CHAT_DISPLAY:
X:(PARENT_RIGHT - WIDTH)/2 Id:CHAT_DISPLAY
Y:260 X:250
Width:160 Y:WINDOW_BOTTOM - HEIGHT - 30
Height:25 Width: 760
Text:Quit Height: 200
Bold:True DrawBackground: False
ChatDisplay@CHAT_DISPLAY: RemoveTime:250
Id:CHAT_DISPLAY ChatEntry@CHAT_ENTRY:
X:250 Id:CHAT_ENTRY
Y:WINDOW_BOTTOM - HEIGHT - 30 X:250
Width: 760 Y:WINDOW_BOTTOM - HEIGHT
Height: 200 Width: 760
DrawBackground: False Height: 30
RemoveTime:250 Background@PERF_BG:
ChatEntry@CHAT_ENTRY: ClickThrough:true
Id:CHAT_ENTRY Id:PERF_BG
X:250 Background:dialog4
Y:WINDOW_BOTTOM - HEIGHT Delegate:PerfDebugDelegate
Width: 760 X:10
Height: 30 Y:WINDOW_BOTTOM - 250
Background@PERF_BG: Width: 210
ClickThrough:true Height: 250
Id:PERF_BG Children:
Background:dialog4 PerfGraph@GRAPH:
Delegate:PerfDebugDelegate Id:GRAPH
X:10 X:5
Y:WINDOW_BOTTOM - 250 Y:5
Width: 210 Width:200
Height: 250 Height:200
Children: Label@TEXT:
PerfGraph@GRAPH: Id:TEXT
Id:GRAPH Bold: false
X:5 X:20
Y:5 Y:205
Width:200 Width:170
Height:200 Height:40
Label@TEXT: Background@FMVPLAYER:
Id:TEXT Id:FMVPLAYER
Bold: false Width:WINDOW_RIGHT
X:20 Height:WINDOW_BOTTOM
Y:205 Background:dialog4
Width:170 Children:
Height:40 VqaPlayer:
Background@FMVPLAYER: Id:PLAYER
Id:FMVPLAYER X:0
Width:WINDOW_RIGHT Y:0
Height:WINDOW_BOTTOM Width:WINDOW_RIGHT
Background:dialog4
Children:
VqaPlayer:
Id:PLAYER
X:0
Y:0
Width:WINDOW_RIGHT
Height:WINDOW_BOTTOM Height:WINDOW_BOTTOM

View File

@@ -1,496 +1,489 @@
Container@INGAME_ROOT: Container@INGAME_ROOT:
Id:INGAME_ROOT Id:INGAME_ROOT
Delegate:IngameChromeDelegate Delegate:IngameChromeDelegate
Children: Children:
WorldInteractionController: WorldInteractionController:
Id:INTERACTION_CONTROLLER Id:INTERACTION_CONTROLLER
X:0 X:0
Y:0 Y:0
Width:WINDOW_RIGHT Width:WINDOW_RIGHT
Height:WINDOW_BOTTOM Height:WINDOW_BOTTOM
ViewportScrollController: ViewportScrollController:
X:0 X:0
Y:0 Y:0
Width:WINDOW_RIGHT Width:WINDOW_RIGHT
Height:WINDOW_BOTTOM Height:WINDOW_BOTTOM
WorldCommand: WorldCommand:
X:0 X:0
Y:0 Y:0
Width:WINDOW_RIGHT Width:WINDOW_RIGHT
Height:WINDOW_BOTTOM Height:WINDOW_BOTTOM
Timer@GAME_TIMER: Timer@GAME_TIMER:
Id:GAME_TIMER Id:GAME_TIMER
X: WINDOW_RIGHT/2 X: WINDOW_RIGHT/2
Y: 10 Y: 10
StrategicProgress@STRATEGIC_PROGRESS: StrategicProgress@STRATEGIC_PROGRESS:
Id:STRATEGIC_PROGRESS Id:STRATEGIC_PROGRESS
X: WINDOW_RIGHT/2 X: WINDOW_RIGHT/2
Y: 40 Y: 40
Background@POSTGAME_BG: Background@POSTGAME_BG:
Id:POSTGAME_BG Id:POSTGAME_BG
X:(WINDOW_RIGHT - WIDTH)/2 X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2 Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:400 Width:400
Height:100 Height:100
Background:dialog4 Background:dialog4
Visible:false Visible:false
Children: Children:
Label@TEXT: Label@TEXT:
Id:TEXT Id:TEXT
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:(PARENT_BOTTOM - HEIGHT)/2 Y:(PARENT_BOTTOM - HEIGHT)/2
Width:200 Width:200
Height:40 Height:40
Align:Center Align:Center
Bold:True Bold:True
SpecialPowerBin@INGAME_POWERS_BIN: SpecialPowerBin@INGAME_POWERS_BIN:
Id:INGAME_POWERS_BIN Id:INGAME_POWERS_BIN
X:0 X:0
Y:25 Y:25
BuildPalette@INGAME_BUILD_PALETTE: BuildPalette@INGAME_BUILD_PALETTE:
Id:INGAME_BUILD_PALETTE Id:INGAME_BUILD_PALETTE
X:WINDOW_RIGHT - 250 X:WINDOW_RIGHT - 250
Y:280 Y:280
Width:250 Width:250
Height:500 Height:500
Button@INGAME_OPTIONS_BUTTON: Button@INGAME_OPTIONS_BUTTON:
Id:INGAME_OPTIONS_BUTTON Id:INGAME_OPTIONS_BUTTON
X:0 X:0
Y:0 Y:0
Width:160 Width:160
Height:25 Height:25
Text:Options Text:Options
Bold:True Bold:True
Button@INGAME_DIPLOMACY_BUTTON: Button@INGAME_DIPLOMACY_BUTTON:
Id:INGAME_DIPLOMACY_BUTTON Id:INGAME_DIPLOMACY_BUTTON
X:162 X:162
Y:0 Y:0
Width:160 Width:160
Height:25 Height:25
Text:Diplomacy Text:Diplomacy
Bold:True Bold:True
Button@INGAME_DEVELOPERMODE_BUTTON: Button@INGAME_DEVELOPERMODE_BUTTON:
Id:INGAME_DEVELOPERMODE_BUTTON Id:INGAME_DEVELOPERMODE_BUTTON
X:324 X:324
Y:0 Y:0
Width:160 Width:160
Height:25 Height:25
Text:Developer Mode Text:Developer Mode
Visible:false Visible:false
Bold:True Bold:True
RadarBin@INGAME_RADAR_BIN: RadarBin@INGAME_RADAR_BIN:
Id:INGAME_RADAR_BIN Id:INGAME_RADAR_BIN
WorldInteractionController:INTERACTION_CONTROLLER WorldInteractionController:INTERACTION_CONTROLLER
PowerBin@INGAME_POWER_BIN: PowerBin@INGAME_POWER_BIN:
Id:INGAME_POWER_BIN Id:INGAME_POWER_BIN
MoneyBin@INGAME_MONEY_BIN: MoneyBin@INGAME_MONEY_BIN:
Id:INGAME_MONEY_BIN Id:INGAME_MONEY_BIN
X:WINDOW_RIGHT - WIDTH X:WINDOW_RIGHT - WIDTH
Y:0 Y:0
Width:320 Width:320
Height: 32 Height: 32
SplitOreAndCash:No SplitOreAndCash:No
Children: Children:
OrderButton@SELL: OrderButton@SELL:
Id:SELL Id:SELL
Delegate:OrderButtonsChromeDelegate Delegate:OrderButtonsChromeDelegate
X:3 X:3
Y:0 Y:0
Width:30 Width:30
Height:30 Height:30
Image:sell Image:sell
Description:Sell Description:Sell
LongDesc:Sell buildings, reclaiming a \nproportion of their build cost LongDesc:Sell buildings, reclaiming a \nproportion of their build cost
OrderButton@POWER_DOWN: OrderButton@POWER_DOWN:
Id:POWER_DOWN Id:POWER_DOWN
Delegate:OrderButtonsChromeDelegate Delegate:OrderButtonsChromeDelegate
X:39 X:39
Y:0 Y:0
Width:30 Width:30
Height:30 Height:30
Image:power Image:power
Description:Powerdown Description:Powerdown
LongDesc:Disable unneeded structures so their \npower can be used elsewhere LongDesc:Disable unneeded structures so their \npower can be used elsewhere
OrderButton@REPAIR: OrderButton@REPAIR:
Id:REPAIR Id:REPAIR
Delegate:OrderButtonsChromeDelegate Delegate:OrderButtonsChromeDelegate
X:75 X:75
Y:0 Y:0
Width:30 Width:30
Height:30 Height:30
Image:repair Image:repair
Description:Repair Description:Repair
LongDesc:Repair damaged buildings LongDesc:Repair damaged buildings
WorldTooltip: WorldTooltip:
Background@INGAME_OPTIONS_BG: Background@INGAME_OPTIONS_BG:
Id:INGAME_OPTIONS_BG Id:INGAME_OPTIONS_BG
X:(WINDOW_RIGHT - WIDTH)/2 X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2 Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:300 Width:300
Height:320 Height:320
Visible:false Visible:false
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
Id:LABEL_TITLE Id:LABEL_TITLE
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:20 Y:20
Width:250 Width:250
Height:25 Height:25
Text:Options Text:Options
Align:Center Align:Center
Bold:True Bold:True
Button@RESUME: Button@RESUME:
Id:RESUME Id:RESUME
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:60 Y:60
Width:160 Width:160
Height:25 Height:25
Text:Resume Text:Resume
Bold:True Bold:True
Button@SETTINGS: Button@SETTINGS:
Id:SETTINGS Id:SETTINGS
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:100 Y:100
Width:160 Width:160
Height:25 Height:25
Text:Settings Text:Settings
Bold:True Bold:True
Button@MUSIC: Button@MUSIC:
Id:MUSIC Id:MUSIC
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:140 Y:140
Width:160 Width:160
Height:25 Height:25
Text:Music Text:Music
Bold:True Bold:True
Button@SURRENDER: Button@SURRENDER:
Id:SURRENDER Id:SURRENDER
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:180 Y:180
Width:160 Width:160
Height:25 Height:25
Text:Surrender Text:Surrender
Bold:True Bold:True
Button@DISCONNECT: Button@DISCONNECT:
Id:DISCONNECT Id:DISCONNECT
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:220 Y:220
Width:160 Width:160
Height:25 Height:25
Text:Disconnect Text:Disconnect
Bold:True Bold:True
Button@QUIT: Button@QUIT:
Id:QUIT Id:QUIT
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:260 Y:260
Width:160 Width:160
Height:25 Height:25
Text:Quit Text:Quit
Bold:True Bold:True
Background@DIPLOMACY_BG: Background@DIPLOMACY_BG:
Id:DIPLOMACY_BG Id:DIPLOMACY_BG
Delegate:DiplomacyDelegate Delegate:DiplomacyDelegate
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:400 Height:400
Visible:false Visible:false
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
Id:LABEL_TITLE Id:LABEL_TITLE
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:20 Y:20
Width:250 Width:250
Height:25 Height:25
Text:Diplomacy Text:Diplomacy
Align:Center Align:Center
Bold:True Bold:True
ChatDisplay@CHAT_DISPLAY: ChatDisplay@CHAT_DISPLAY:
Id:CHAT_DISPLAY Id:CHAT_DISPLAY
X:250 X:250
Y:WINDOW_BOTTOM - HEIGHT - 30 Y:WINDOW_BOTTOM - HEIGHT - 30
Width: 760 Width: 760
Height: 200 Height: 200
DrawBackground: False DrawBackground: False
RemoveTime:250 RemoveTime:250
UseContrast: yes UseContrast: yes
ChatEntry@CHAT_ENTRY: ChatEntry@CHAT_ENTRY:
Id:CHAT_ENTRY Id:CHAT_ENTRY
X:250 X:250
Y:WINDOW_BOTTOM - HEIGHT Y:WINDOW_BOTTOM - HEIGHT
Width: 760 Width: 760
Height: 30 Height: 30
UseContrast: yes UseContrast: yes
Background@DEVELOPERMODE_BG: Background@DEVELOPERMODE_BG:
Id:DEVELOPERMODE_BG Id:DEVELOPERMODE_BG
Delegate:DeveloperModeDelegate Delegate:DeveloperModeDelegate
X:(WINDOW_RIGHT - WIDTH)/2 X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2 Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:350 Width:350
Height:370 Height:370
Visible:false Visible:false
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
Id:LABEL_TITLE Id:LABEL_TITLE
X:(PARENT_RIGHT - WIDTH)/2 X:(PARENT_RIGHT - WIDTH)/2
Y:20 Y:20
Width:250 Width:250
Height:25 Height:25
Text:Developer Mode Text:Developer Mode
Align:Center Align:Center
Checkbox@CHECKBOX_SHROUD Checkbox@CHECKBOX_SHROUD
Id:CHECKBOX_SHROUD Id:CHECKBOX_SHROUD
X:30 X:30
Y:50 Y:50
Height:20 Height:20
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Text:Disable Shroud Text:Disable Shroud
Checkbox@CHECKBOX_UNITDEBUG: Button@GIVE_EXPLORATION
Id:CHECKBOX_UNITDEBUG Id:GIVE_EXPLORATION
X:30 X:30
Y:80 Y:80
Width:PARENT_RIGHT - 30 Width:200
Height:20 Height:20
Text:Show Occupied Cells Text: Give Exploration
Checkbox@CHECKBOX_PATHDEBUG: Checkbox@CHECKBOX_PATHDEBUG:
Id:CHECKBOX_PATHDEBUG Id:CHECKBOX_PATHDEBUG
X:30 X:30
Y:110 Y:110
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Show Unit Paths Text:Show Unit Paths
Button@GIVE_CASH Button@GIVE_CASH
Id:GIVE_CASH Id:GIVE_CASH
X:30 X:30
Y:140 Y:140
Width:200 Width:200
Height:20 Height:20
Text: Give Cash Text: Give Cash
Checkbox@INSTANT_BUILD Checkbox@INSTANT_BUILD
Id:INSTANT_BUILD Id:INSTANT_BUILD
X:30 X:30
Y:170 Y:170
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Instant Build Speed Text:Instant Build Speed
Checkbox@INSTANT_CHARGE Checkbox@INSTANT_CHARGE
Id:INSTANT_CHARGE Id:INSTANT_CHARGE
X:30 X:30
Y:200 Y:200
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Instant Charge Time (Special Powers) Text:Instant Charge Time (Special Powers)
Checkbox@ENABLE_TECH Checkbox@ENABLE_TECH
Id:ENABLE_TECH Id:ENABLE_TECH
X:30 X:30
Y:230 Y:230
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Build Everything Text:Build Everything
Checkbox@UNLIMITED_POWER Checkbox@UNLIMITED_POWER
Id:UNLIMITED_POWER Id:UNLIMITED_POWER
X:30 X:30
Y:260 Y:260
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Unlimited Power Text:Unlimited Power
Checkbox@BUILD_ANYWHERE Checkbox@BUILD_ANYWHERE
Id:BUILD_ANYWHERE Id:BUILD_ANYWHERE
X:30 X:30
Y:290 Y:290
Width:PARENT_RIGHT - 30 Width:PARENT_RIGHT - 30
Height:20 Height:20
Text:Build Anywhere Text:Build Anywhere
Button@GIVE_EXPLORATION Background@PERF_BG:
Id:GIVE_EXPLORATION ClickThrough:true
X:30 Id:PERF_BG
Y:320 Background:dialog4
Width:200 Delegate:PerfDebugDelegate
Height:20 X:10
Text: Give Exploration Y:WINDOW_BOTTOM - 250
Background@PERF_BG: Width: 210
ClickThrough:true Height: 250
Id:PERF_BG Children:
Background:dialog4 PerfGraph@GRAPH:
Delegate:PerfDebugDelegate Id:GRAPH
X:10 X:5
Y:WINDOW_BOTTOM - 250 Y:5
Width: 210 Width:200
Height: 250 Height:200
Children: Label@TEXT:
PerfGraph@GRAPH: Id:TEXT
Id:GRAPH Bold: false
X:5 X:20
Y:5 Y:205
Width:200 Width:170
Height:200 Height:40
Label@TEXT: Container@OBSERVER_ROOT:
Id:TEXT Id:OBSERVER_ROOT
Bold: false Visible:true
X:20 Delegate:IngameObserverChromeDelegate
Y:205 Children:
Width:170 WorldInteractionController:
Height:40 X:0
Container@OBSERVER_ROOT: Y:0
Id:OBSERVER_ROOT Width:WINDOW_RIGHT
Visible:true Height:WINDOW_BOTTOM
Delegate:IngameObserverChromeDelegate ViewportScrollController:
Children: X:0
WorldInteractionController: Y:0
X:0 Width:WINDOW_RIGHT
Y:0 Height:WINDOW_BOTTOM
Width:WINDOW_RIGHT Timer@GAME_TIMER:
Height:WINDOW_BOTTOM Id:GAME_TIMER
ViewportScrollController: X: WINDOW_RIGHT/2
X:0 Y: 10
Y:0 Background@POSTGAME_BG:
Width:WINDOW_RIGHT Id:POSTGAME_BG
Height:WINDOW_BOTTOM X:(WINDOW_RIGHT - WIDTH)/2
Timer@GAME_TIMER: Y:(WINDOW_BOTTOM - HEIGHT)/2
Id:GAME_TIMER Width:400
X: WINDOW_RIGHT/2 Height:100
Y: 10 Background:dialog4
Background@POSTGAME_BG: Visible:false
Id:POSTGAME_BG Children:
X:(WINDOW_RIGHT - WIDTH)/2 Label@TEXT:
Y:(WINDOW_BOTTOM - HEIGHT)/2 Id:TEXT
Width:400 X:(PARENT_RIGHT - WIDTH)/2
Height:100 Y:(PARENT_BOTTOM - HEIGHT)/2
Background:dialog4 Width:200
Visible:false Height:40
Children: Align:Center
Label@TEXT: Bold:True
Id:TEXT SpecialPowerBin@INGAME_POWERS_BIN:
X:(PARENT_RIGHT - WIDTH)/2 Id:INGAME_POWERS_BIN
Y:(PARENT_BOTTOM - HEIGHT)/2 X:0
Width:200 Y:25
Height:40 Button@INGAME_OPTIONS_BUTTON:
Align:Center Id:INGAME_OPTIONS_BUTTON
Bold:True X:0
SpecialPowerBin@INGAME_POWERS_BIN: Y:0
Id:INGAME_POWERS_BIN Width:160
X:0 Height:25
Y:25 Text:Options
Button@INGAME_OPTIONS_BUTTON: Bold:True
Id:INGAME_OPTIONS_BUTTON WorldTooltip:
X:0 Background@INGAME_OPTIONS_BG:
Y:0 Id:INGAME_OPTIONS_BG
Width:160 X:(WINDOW_RIGHT - WIDTH)/2
Height:25 Y:(WINDOW_BOTTOM - HEIGHT)/2
Text:Options Width:300
Bold:True Height:320
WorldTooltip: Visible:false
Background@INGAME_OPTIONS_BG: Children:
Id:INGAME_OPTIONS_BG Label@LABEL_TITLE:
X:(WINDOW_RIGHT - WIDTH)/2 Id:LABEL_TITLE
Y:(WINDOW_BOTTOM - HEIGHT)/2 X:(PARENT_RIGHT - WIDTH)/2
Width:300 Y:20
Height:320 Width:250
Visible:false Height:25
Children: Text:Options
Label@LABEL_TITLE: Align:Center
Id:LABEL_TITLE Bold:True
X:(PARENT_RIGHT - WIDTH)/2 Button@RESUME:
Y:20 Id:RESUME
Width:250 X:(PARENT_RIGHT - WIDTH)/2
Height:25 Y:60
Text:Options Width:160
Align:Center Height:25
Bold:True Text:Resume
Button@RESUME: Bold:True
Id:RESUME Button@SETTINGS:
X:(PARENT_RIGHT - WIDTH)/2 Id:SETTINGS
Y:60 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:100
Height:25 Width:160
Text:Resume Height:25
Bold:True Text:Settings
Button@SETTINGS: Bold:True
Id:SETTINGS Button@MUSIC:
X:(PARENT_RIGHT - WIDTH)/2 Id:MUSIC
Y:100 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:140
Height:25 Width:160
Text:Settings Height:25
Bold:True Text:Music
Button@MUSIC: Bold:True
Id:MUSIC Button@SURRENDER:
X:(PARENT_RIGHT - WIDTH)/2 Id:SURRENDER
Y:140 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:180
Height:25 Width:160
Text:Music Height:25
Bold:True Text:Surrender
Button@SURRENDER: Bold:True
Id:SURRENDER Button@DISCONNECT:
X:(PARENT_RIGHT - WIDTH)/2 Id:DISCONNECT
Y:180 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:220
Height:25 Width:160
Text:Surrender Height:25
Bold:True Text:Disconnect
Button@DISCONNECT: Bold:True
Id:DISCONNECT Button@QUIT:
X:(PARENT_RIGHT - WIDTH)/2 Id:QUIT
Y:220 X:(PARENT_RIGHT - WIDTH)/2
Width:160 Y:260
Height:25 Width:160
Text:Disconnect Height:25
Bold:True Text:Quit
Button@QUIT: Bold:True
Id:QUIT ChatDisplay@CHAT_DISPLAY:
X:(PARENT_RIGHT - WIDTH)/2 Id:CHAT_DISPLAY
Y:260 X:250
Width:160 Y:WINDOW_BOTTOM - HEIGHT - 30
Height:25 Width: 760
Text:Quit Height: 200
Bold:True DrawBackground: False
ChatDisplay@CHAT_DISPLAY: RemoveTime:250
Id:CHAT_DISPLAY ChatEntry@CHAT_ENTRY:
X:250 Id:CHAT_ENTRY
Y:WINDOW_BOTTOM - HEIGHT - 30 X:250
Width: 760 Y:WINDOW_BOTTOM - HEIGHT
Height: 200 Width: 760
DrawBackground: False Height: 30
RemoveTime:250 Background@PERF_BG:
ChatEntry@CHAT_ENTRY: ClickThrough:true
Id:CHAT_ENTRY Id:PERF_BG
X:250 Background:dialog4
Y:WINDOW_BOTTOM - HEIGHT Delegate:PerfDebugDelegate
Width: 760 X:10
Height: 30 Y:WINDOW_BOTTOM - 250
Background@PERF_BG: Width: 210
ClickThrough:true Height: 250
Id:PERF_BG Children:
Background:dialog4 PerfGraph@GRAPH:
Delegate:PerfDebugDelegate Id:GRAPH
X:10 X:5
Y:WINDOW_BOTTOM - 250 Y:5
Width: 210 Width:200
Height: 250 Height:200
Children: Label@TEXT:
PerfGraph@GRAPH: Id:TEXT
Id:GRAPH Bold: false
X:5 X:20
Y:5 Y:205
Width:200 Width:170
Height:200 Height:40
Label@TEXT: Background@FMVPLAYER:
Id:TEXT Id:FMVPLAYER
Bold: false Width:WINDOW_RIGHT
X:20 Height:WINDOW_BOTTOM
Y:205 Background:dialog4
Width:170 Children:
Height:40 VqaPlayer:
Background@FMVPLAYER: Id:PLAYER
Id:FMVPLAYER X:0
Width:WINDOW_RIGHT Y:0
Height:WINDOW_BOTTOM Width:WINDOW_RIGHT
Background:dialog4
Children:
VqaPlayer:
Id:PLAYER
X:0
Y:0
Width:WINDOW_RIGHT
Height:WINDOW_BOTTOM Height:WINDOW_BOTTOM