Skip to content

Commit

Permalink
Restructured INI files (#429)
Browse files Browse the repository at this point in the history
Distinguish between multiplayer lobbies and skirmish lobbies with the newer xna client config.
  • Loading branch information
CnCRAZER authored Jan 19, 2025
1 parent b0b7ea8 commit 4dae153
Show file tree
Hide file tree
Showing 7 changed files with 600 additions and 488 deletions.
13 changes: 9 additions & 4 deletions package/Resources/CnCNetGameLobby.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[INISystem]
BasedOn=MultiplayerGameLobby.ini

[CnCNetGameLobby]
$BaseSection=MultiplayerGameLobby
[MultiplayerGameLobby]
$CCMP99=btnChangeTunnel:XNAClientButton

[btnChangeTunnel]
Visible=true
Enabled=true
Text=Change Tunnel
Location=0,0
Size=133,23
DistanceFromBottomBorder=13
DistanceFromRightBorder=155
Visible=false
Enabled=false
Loading

0 comments on commit 4dae153

Please sign in to comment.