Skip to content

Commit

Permalink
Restructured INI files (#426)
Browse files Browse the repository at this point in the history
* Restructured INI files

Distinguish between multiplayer lobbies and skirmish lobbies with the newer xna client config.

* Update GenericWindow.ini
  • Loading branch information
CnCRAZER authored Jan 19, 2025
1 parent cc07a9c commit 321af6a
Show file tree
Hide file tree
Showing 7 changed files with 598 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 321af6a

Please sign in to comment.