Skip to content

Commit

Permalink
Add CnCNet logo to game lobby (#361)
Browse files Browse the repository at this point in the history
Ready to go is also Phobos and Ares when Beta is merged
  • Loading branch information
GrantBartlett committed Jun 8, 2024
1 parent 4236ba1 commit 8791744
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions package/Resources/MultiplayerGameLobby.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ $CC19=tbChatInput:XNAChatTextBox
$CC20=btnLockGame:XNAClientButton
$CC21=chkAutoReady:XNAClientCheckBox
$CC22=btnChangeTunnel:XNAClientButton
$CC23=btnCnCNet:XNALinkButton
; When beta is merged
; $CC24=btnCnCNet2:XNALinkButton
; $CC25=btnCnCNet3:XNALinkButton

[lblName]
Text=Players; in the game its Players, makes more sense than Name actually, eh
Expand Down Expand Up @@ -268,6 +272,7 @@ DistanceFromBottomBorder=46
Size=133,23
Text=Pick Random Map


;============================
; LEFT Column Controls
;============================
Expand Down Expand Up @@ -456,3 +461,45 @@ ToolTip=Dogs will be unable to kill Engineers.
Text=No Dog Engineer Kills
$X=getX(chkNoSpy)
$Y=getBottom(chkNoSpy) + GAME_OPTION_GAP

[btnCnCNet]
Location=0,0
Size=133,23
FillWidth=740
DistanceFromBottomBorder=13
IdleTexture=logo.png
HoverTexture=logo.png
DrawMode=Stretched
DrawBorders=false
URL=https://cncnet.org/red-alert-2
ToolTip=CnCNet - Red Alert 2 & Yuri's Revenge Online
$X=getX(lblMapName) - 5
$Y=getBottom(lblMapName) + 25
[btnCnCNet2]
Location=0,0
Size=73,23
FillWidth=740
DistanceFromBottomBorder=13
IdleTexture=logo-2.png
HoverTexture=logo-2.png
DrawMode=Stretched
DrawBorders=false
URL=https://github.com/Phobos-developers/Phobos
ToolTip=Ares-compatible C&C Red Alert 2: Yuri's Revenge engine extension
$X=getX(lblMapName) + 170
$Y=getBottom(lblMapName) + 25

[btnCnCNet3]
Location=0,0
Size=32,23
FillWidth=740
DistanceFromBottomBorder=13
IdleTexture=logo-3.png
HoverTexture=logo-3.png
DrawMode=Stretched
DrawBorders=false
URL=https://ares.strategy-x.com/
ToolTip=Ares is the next generation of binary-based Command & Conquer modding.
$X=getX(lblMapName) + 275
$Y=getBottom(lblMapName) + 25
Binary file added package/Resources/logo-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added package/Resources/logo-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added package/Resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8791744

Please sign in to comment.